feat: update new-api allinone 0.9.28

This commit is contained in:
arch3rPro
2025-12-05 18:13:19 +08:00
parent 36eaf40624
commit 8f762e0724
2 changed files with 1 additions and 1 deletions

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