mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-14 13:22:18 +08:00
优化密码设置
This commit is contained in:
parent
58b54233ca
commit
03e2ee6690
@ -56,11 +56,13 @@
|
|||||||
"edit": true
|
"edit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "password",
|
||||||
"labelZh": "访问权限密钥,可选(强烈建议填写)",
|
"labelZh": "访问权限密钥,可选(强烈建议填写)",
|
||||||
"labelEn": "Access rights key, optional (recommended)",
|
"labelEn": "Access rights key, optional (recommended)",
|
||||||
"required": false,
|
"required": false,
|
||||||
"default": "",
|
"default": "chatgptweb",
|
||||||
|
"random": true,
|
||||||
|
"rule": "paramComplexity",
|
||||||
"envKey": "SECRET_KEY",
|
"envKey": "SECRET_KEY",
|
||||||
"edit": true
|
"edit": true
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user