1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-22 05:09:40 +08:00
pooneyy 9779122311
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
2025-11-06 23:35:02 +08:00

24 lines
617 B
YAML

additionalProperties:
formFields:
- default: 40235
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port (determined by the configuration file)
labelZh: 端口 (由配置文件决定)
label:
en: Port (determined by the configuration file)
zh: 端口 (由配置文件决定)
required: true
rule: paramPort
type: number
- default: "./data"
disabled: true
envKey: DATA_PATH
labelEn: Data Directory
labelZh: 数据目录
label:
en: Data Directory
zh: 数据目录
required: true
type: text