From 88f1ab54645f8af6310162bc87fb3d6ef30dc6ba Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Fri, 30 Aug 2024 17:15:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=89=A9=E5=B1=95?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- php/8/data.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/php/8/data.yml b/php/8/data.yml index f8adf007b..eaacbbb00 100755 --- a/php/8/data.yml +++ b/php/8/data.yml @@ -15,6 +15,15 @@ additionalProperties: value: "8.1.29" - label: "8.0.30" value: "8.0.30" + - default: https://mirrors.tuna.tsinghua.edu.cn + envKey: CONTAINER_PACKAGE_URL + labelEn: Package Source + labelZh: 扩展源 + required: true + type: select + values: + - label: "https://mirrors.tuna.tsinghua.edu.cn" + value: "https://mirrors.tuna.tsinghua.edu.cn" - default: 9000 envKey: PANEL_APP_PORT_HTTP labelEn: PHP-FPM Port