feat: update new-api 0.13.2-allinone

This commit is contained in:
arch3rPro
2026-04-28 05:32:01 +08:00
parent 6ecbf6e9d8
commit 981b52e6aa
3 changed files with 2 additions and 2 deletions
+28
View File
@@ -0,0 +1,28 @@
additionalProperties:
formFields:
- default: newapi
edit: true
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
random: true
required: true
rule: paramCommon
type: text
- default: newapi
edit: true
envKey: PANEL_DB_ROOT_PASSWORD
labelEn: Password
labelZh: 数据库密码
random: true
required: true
rule: paramComplexity
type: password
- default: 3000
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number