Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-08-23 09:19:59 +00:00
parent 537ff63cb6
commit be5226a22a
97 changed files with 13 additions and 13 deletions
+24
View File
@@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: 3000
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number
- default: ""
edit: true
envKey: NezhaBaseUrl
labelZh: 哪吒服务地址
labelEn: Nezha service address
required: true
type: text
- default: ""
edit: true
envKey: NezhaAuth
labelZh: 哪吒 API Token
labelEn: Nezha API Token
required: true
type: text