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

64 lines
1.4 KiB
YAML

additionalProperties:
formFields:
- default: "./data"
edit: true
envKey: MX_SERVER_SHIRO_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
label:
en: Data persistence path
zh: 数据持久化路径
required: true
type: text
- default: 2323
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
label:
en: WebUI port
zh: WebUI 端口
required: true
rule: paramPort
type: number
- default: "http://127.0.0.1:2333/api/v2"
edit: true
envKey: NEXT_PUBLIC_API_URL
labelZh: API 地址
labelEn: API URL
label:
en: API URL
zh: API 地址
required: true
type: text
- default: "http://127.0.0.1:2333/"
edit: true
envKey: NEXT_PUBLIC_GATEWAY_URL
labelZh: 网关地址
labelEn: Gateway URL
label:
en: Gateway URL
zh: 网关地址
required: true
type: text
- default: ""
edit: true
envKey: TMDB_API_KEY
labelZh: TMDB API KEY
labelEn: TMDB API KEY
label:
en: TMDB API KEY
zh: TMDB API KEY
required: false
type: text
- default: ""
edit: true
envKey: GH_TOKEN
labelZh: Github Token
labelEn: Github Token
label:
en: Github Token
zh: Github Token
required: false
type: text