1
0

feat:修改Blossom #678

This commit is contained in:
okxlin
2024-03-15 01:35:13 +08:00
parent 2a1f3df671
commit 56d1b8c72b
9 changed files with 114 additions and 70 deletions

View File

@@ -1,5 +1,5 @@
additionalProperties:
formFields:
formFields:
- child:
default: ""
envKey: PANEL_DB_HOST
@@ -15,34 +15,34 @@ additionalProperties:
- label: MySQL
value: mysql
- default: blossom
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
random: true
required: true
required: true
rule: paramCommon
type: text
- default: blossom
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
random: true
required: true
rule: paramCommon
type: text
- default: blossom
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
random: true
required: true
rule: paramComplexity
- default: blossom
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
random: true
required: true
rule: paramCommon
type: text
- default: blossom
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
random: true
required: true
rule: paramComplexity
type: password
- default: 9999
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number #端口使用此 type
- default: 40204
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number