mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-23 23:09:40 +08:00
- 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
34 lines
766 B
YAML
34 lines
766 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "./data"
|
|
edit: true
|
|
envKey: TEEMII_ROOT_PATH
|
|
labelZh: 数据持久化路径
|
|
labelEn: Data persistence path
|
|
label:
|
|
en: Data persistence path
|
|
zh: 数据持久化路径
|
|
required: true
|
|
type: text
|
|
- default: 8080
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelZh: 访问端口
|
|
labelEn: Port
|
|
label:
|
|
en: Port
|
|
zh: 访问端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "Teemii"
|
|
edit: true
|
|
envKey: VITE_APP_TITLE
|
|
labelZh: 网站标题
|
|
labelEn: Website Title
|
|
label:
|
|
en: Website Title
|
|
zh: 网站标题
|
|
required: true
|
|
type: text
|