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

96 lines
2.6 KiB
YAML

additionalProperties:
formFields:
- default: "./data"
edit: true
envKey: WISEFLOW_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
label:
en: Data persistence path
zh: 数据持久化路径
required: true
type: text
- default: 8090
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: 8077
edit: true
envKey: PANEL_APP_PORT_BACKEND
labelZh: 后端服务端口
labelEn: Backend service port
label:
en: Backend service port
zh: 后端服务端口
required: true
rule: paramPort
type: number
- default: "https://api.siliconflow.cn/v1"
edit: true
envKey: LLM_API_BASE
labelZh: LLM API 地址
labelEn: LLM API address
label:
en: LLM API address
zh: LLM API 地址
required: true
rule: paramExtUrl
type: text
- default: ""
edit: true
envKey: LLM_API_KEY
labelZh: LLM API 密钥
labelEn: LLM API key
label:
en: LLM API key
zh: LLM API 密钥
required: false
type: text
- default: "test@example.com|1234567890"
edit: true
envKey: PB_API_AUTH
labelZh: PB数据库 账户密码
labelEn: PB database account password
label:
en: PB database account password
zh: PB数据库 账户密码
required: false
type: text
- default: "zhipuai/glm4-9B-chat"
edit: true
envKey: GET_INFO_MODEL
labelZh: 信息提炼与标签匹配任务模型
labelEn: Information extraction and label matching task model
label:
en: Information extraction and label matching task model
zh: 信息提炼与标签匹配任务模型
required: true
type: text
- default: "alibaba/Qwen2-7B-Instruct"
edit: true
envKey: REWRITE_MODEL
labelZh: 近似信息合并改写任务模型
labelEn: Approximate information merge rewrite task model
label:
en: Approximate information merge rewrite task model
zh: 近似信息合并改写任务模型
required: true
type: text
- default: "alibaba/Qwen2-7B-Instruct"
edit: true
envKey: HTML_PARSE_MODEL
labelZh: 网页解析模型
labelEn: Web page parsing model
label:
en: Web page parsing model
zh: 网页解析模型
required: true
type: text