1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 03:21:12 +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

23 lines
676 B
YAML

additionalProperties:
formFields:
- default: WATCHTOWER_NO_STARTUP_MESSAGE
edit: true
envKey: ENV1
labelEn: Environmental parameters (split by ;)
labelZh: 环境参数(以;分割)
label:
en: Environmental parameters (split by ;)
zh: 环境参数(以;分割)
required: true
type: text
- default: --interval 3600 --cleanup
edit: true
envKey: COMMAND1
labelEn: Command parameters (separated by spaces)
labelZh: 命令参数(以空格分割)
label:
en: Command parameters (separated by spaces)
zh: 命令参数(以空格分割)
required: true
type: text