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

123 lines
4.6 KiB
YAML

additionalProperties:
formFields:
- default: "gpt-4o"
edit: true
envKey: OPENAI_MODEL
labelEn: Model
labelZh: 模型
label:
en: Model
zh: 模型
required: false
type: text
- default: "sk-xxxxxxxxxxxxxxx"
edit: true
envKey: OPENAI_API_KEY
labelEn: API Key
labelZh: API 密钥
label:
en: API Key
zh: API 密钥
required: false
type: password
- default: "https://api.openai.com/v1"
edit: true
envKey: OPENAI_BASE_URL
labelEn: Base URL
labelZh: 基础 URL
label:
en: Base URL
zh: 基础 URL
required: false
type: text
- default: ""
edit: true
envKey: OPENAI_API_VERSION
labelEn: Azure OpenAI API Version (Edit to remove comments in compose.yml to take effect)
labelZh: Azure OpenAI API 版本 (编辑去除compose.yml里的注释生效)
label:
en: Azure OpenAI API Version (Edit to remove comments in compose.yml to take effect)
zh: Azure OpenAI API 版本 (编辑去除compose.yml里的注释生效)
required: false
type: text
- default: ""
edit: true
envKey: AZURE_OPENAI_API_KEY
labelEn: Azure OpenAI API Key (Edit to remove comments in compose.yml to take effect)
labelZh: Azure OpenAI API 密钥 (编辑去除compose.yml里的注释生效)
label:
en: Azure OpenAI API Key (Edit to remove comments in compose.yml to take effect)
zh: Azure OpenAI API 密钥 (编辑去除compose.yml里的注释生效)
required: false
type: password
- default: ""
edit: true
envKey: AZURE_OPENAI_ENDPOINT
labelEn: Azure OpenAI Endpoint (Edit to remove comments in compose.yml to take effect)
labelZh: Azure OpenAI 端点 (编辑去除compose.yml里的注释生效)
label:
en: Azure OpenAI Endpoint (Edit to remove comments in compose.yml to take effect)
zh: Azure OpenAI 端点 (编辑去除compose.yml里的注释生效)
required: false
type: text
- default: ""
edit: true
envKey: AZURE_OPENAI_DEPLOYMENT
labelEn: Azure OpenAI Deployment (Edit to remove comments in compose.yml to take effect)
labelZh: Azure OpenAI 部署名 (编辑去除compose.yml里的注释生效)
label:
en: Azure OpenAI Deployment (Edit to remove comments in compose.yml to take effect)
zh: Azure OpenAI 部署名 (编辑去除compose.yml里的注释生效)
required: false
type: text
- default: ""
edit: true
envKey: AUDIO_SILENT
labelEn: Audio Silent URL (Edit to remove comments in compose.yml to take effect)
labelZh: 静音音频链接 (编辑去除compose.yml里的注释生效)
label:
en: Audio Silent URL (Edit to remove comments in compose.yml to take effect)
zh: 静音音频链接 (编辑去除compose.yml里的注释生效)
required: false
type: text
- default: ""
edit: true
envKey: AUDIO_BEEP
labelEn: Audio Beep URL (Edit to remove comments in compose.yml to take effect)
labelZh: 提示音链接 (编辑去除compose.yml里的注释生效)
label:
en: Audio Beep URL (Edit to remove comments in compose.yml to take effect)
zh: 提示音链接 (编辑去除compose.yml里的注释生效)
required: false
type: text
- default: ""
edit: true
envKey: AUDIO_ACTIVE
labelEn: Audio Active URL (Edit to remove comments in compose.yml to take effect)
labelZh: 唤醒音频链接 (编辑去除compose.yml里的注释生效)
label:
en: Audio Active URL (Edit to remove comments in compose.yml to take effect)
zh: 唤醒音频链接 (编辑去除compose.yml里的注释生效)
required: false
type: text
- default: ""
edit: true
envKey: AUDIO_ERROR
labelEn: Audio Error URL (Edit to remove comments in compose.yml to take effect)
labelZh: 错误音频链接 (编辑去除compose.yml里的注释生效)
label:
en: Audio Error URL (Edit to remove comments in compose.yml to take effect)
zh: 错误音频链接 (编辑去除compose.yml里的注释生效)
required: false
type: text
- default: ""
edit: true
envKey: TTS_BASE_URL
labelEn: TTS Base URL (Edit to remove comments in compose.yml to take effect)
labelZh: TTS 接口地址 (编辑去除compose.yml里的注释生效)
label:
en: TTS Base URL (Edit to remove comments in compose.yml to take effect)
zh: TTS 接口地址 (编辑去除compose.yml里的注释生效)
required: false
type: text