✨ feat(apps): add structured label field to all application configurations
- add nested label field with en and zh translations for all parameters - maintain existing labelEn and labelZh fields for backward compatibility - apply consistent internationalization structure across all apps - improve localization support for multi-language user interfaces
This commit is contained in:
@@ -5,6 +5,9 @@ additionalProperties:
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -13,6 +16,9 @@ additionalProperties:
|
||||
envKey: INSTALL
|
||||
labelEn: Whether to perform initial installation
|
||||
labelZh: 是否进行初始化安装
|
||||
label:
|
||||
en: Whether to perform initial installation
|
||||
zh: 是否进行初始化安装
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
@@ -25,6 +31,9 @@ additionalProperties:
|
||||
envKey: MODIFY
|
||||
labelEn: Modified or not
|
||||
labelZh: 是否已修改
|
||||
label:
|
||||
en: Modified or not
|
||||
zh: 是否已修改
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
|
||||
Reference in New Issue
Block a user