From 181e2952cc75aa2fe3dd66d10fb2c837dc9dc4ce Mon Sep 17 00:00:00 2001 From: ConanStudio <88372830+ConanStudio@users.noreply.github.com> Date: Wed, 2 Apr 2025 11:30:28 +0800 Subject: [PATCH] feat: Remove default HTTP proxy values and add hints (#3589) Remove misleading default values for HTTP proxy settings and add usage hints. --- certimate/0.3.6/data.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/certimate/0.3.6/data.yml b/certimate/0.3.6/data.yml index 3a1584c00..72d62e990 100644 --- a/certimate/0.3.6/data.yml +++ b/certimate/0.3.6/data.yml @@ -8,26 +8,26 @@ additionalProperties: required: true rule: paramPort type: number - - default: http://: + - default: "" edit: true envKey: PANEL_HTTP_PROXY - labelEn: HTTP_PROXY - labelZh: HTTP_PROXY + labelEn: HTTP_PROXY (e.g., http://:) + labelZh: HTTP_PROXY (例如:http://:) required: false rule: paramExtUrl type: text - - default: http://: + - default: "" edit: true envKey: PANEL_HTTPS_PROXY - labelEn: HTTPS_PROXY - labelZh: HTTPS_PROXY + labelEn: HTTPS_PROXY (e.g., http://:) + labelZh: HTTPS_PROXY (例如:http://:) required: false rule: paramExtUrl type: text - - default: 172.18.0.0/16,127.0.0.1,localhost + - default: "" edit: true envKey: PANEL_NO_PROXY - labelEn: NO_PROXY - labelZh: NO_PROXY + labelEn: NO_PROXY (e.g., 172.18.0.0/16,127.0.0.1,localhost) + labelZh: NO_PROXY (例如:172.18.0.0/16,127.0.0.1,localhost) required: false type: text \ No newline at end of file