From 03e2ee6690d2e694bfeb78e0902a70479cf764fa Mon Sep 17 00:00:00 2001 From: okxlin Date: Thu, 27 Apr 2023 02:33:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AF=86=E7=A0=81=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chatgpt-web/versions/latest/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chatgpt-web/versions/latest/config.json b/chatgpt-web/versions/latest/config.json index 017c5b14..04fa1c27 100644 --- a/chatgpt-web/versions/latest/config.json +++ b/chatgpt-web/versions/latest/config.json @@ -56,11 +56,13 @@ "edit": true }, { - "type": "text", + "type": "password", "labelZh": "访问权限密钥,可选(强烈建议填写)", "labelEn": "Access rights key, optional (recommended)", "required": false, - "default": "", + "default": "chatgptweb", + "random": true, + "rule": "paramComplexity", "envKey": "SECRET_KEY", "edit": true },