From d7211a35bd7981f245df6e2545706e83b770cd42 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Fri, 30 Aug 2024 18:01:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=94=B9=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- php/8/data.yml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/php/8/data.yml b/php/8/data.yml index f5613fed7..d2cd9c1e3 100755 --- a/php/8/data.yml +++ b/php/8/data.yml @@ -1,29 +1,5 @@ additionalProperties: formFields: - - default: 8.3.8 - envKey: PHP_VERSION - labelEn: PHP Version - labelZh: PHP 版本 - required: true - type: select - values: - - label: "8.3.8" - value: "8.3.8" - - label: "8.2.20" - value: "8.2.20" - - label: "8.1.29" - 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" - type: select multiple: true labelZh: 默认扩展 @@ -95,6 +71,30 @@ additionalProperties: - label: imagick value: imagick envKey: PHP_EXTENSIONS + - default: 8.3.8 + envKey: PHP_VERSION + labelEn: PHP Version + labelZh: PHP 版本 + required: true + type: select + values: + - label: "8.3.8" + value: "8.3.8" + - label: "8.2.20" + value: "8.2.20" + - label: "8.1.29" + 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