1
0

feat:添加zdir到列表

This commit is contained in:
okxlin
2024-05-10 00:20:50 +08:00
parent d995db9580
commit 40c618a37e
9 changed files with 116 additions and 0 deletions

24
apps/zdir/latest/data.yml Normal file
View File

@@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: 40231
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: ./data/data
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text
- default: ./data/mnt
edit: true
envKey: MOUNT_PATH
labelEn: Mount folder path
labelZh: 挂载文件夹路径
required: true
type: text