Feature: add webPath for webdav picBed manage

This commit is contained in:
萌萌哒赫萝
2023-08-06 02:06:37 -07:00
parent 4827dcdca8
commit 33b36d63c6
13 changed files with 75 additions and 36 deletions
+9
View File
@@ -819,6 +819,15 @@ export const supportedPicBedList: IStringKeyMap = {
}
]
},
bucketName: {
required: true,
description: $T('MANAGE_CONSTANT_LOCAL_BUCKET_DESC'),
placeholder: $T('MANAGE_CONSTANT_LOCAL_BUCKET_PLACEHOLDER'),
type: 'string',
default: 'local',
disabled: true,
tooltip: $T('MANAGE_CONSTANT_LOCAL_BUCKET_TOOLTIP')
},
webPath: {
required: false,
description: $T('MANAGE_CONSTANT_LOCAL_WEB_PATH'),