1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-04-07 14:36:18 +00:00
parent 14199e4f2c
commit 916e8f0b53
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: 8096
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: WebUI Port
labelZh: 网页端口
required: true
rule: paramPort
type: number
- default: ./data/media
edit: true
envKey: MEDIA_FOLDER_PATH
labelEn: Media folder path
labelZh: 媒体文件夹路径
required: true
type: text
- default: ./data/cache
edit: true
envKey: CACHE_FOLDER_PATH
labelEn: Cache folder path
labelZh: 缓存文件夹路径
required: true
type: text