🚧 WIP: add local picbed into manage page, optimize webdav picbed

This commit is contained in:
萌萌哒赫萝
2023-08-05 23:00:40 -07:00
parent bdc11dad43
commit 4827dcdca8
15 changed files with 445 additions and 221 deletions

View File

@@ -271,6 +271,7 @@ interface ILocales {
SETTINGS_SYNC_COMMON_CONFIG: string
SETTINGS_SYNC_MANAGE_CONFIG: string
SETTINGS_AUTO_IMPORT: string
SETTINGS_AUTO_IMPORT_SELECT_PICBED: string
SETTINGS_TAB_SYSTEM: string
SETTINGS_TAB_SYNC_CONFIG: string
SETTINGS_TAB_UPLOAD: string
@@ -560,6 +561,9 @@ interface ILocales {
MANAGE_CONSTANT_WEBDAV_CUSTOM_URL_PLACEHOLDER: string
MANAGE_CONSTANT_WEBDAV_CUSTOM_URL_TOOLTIP: string
MANAGE_CONSTANT_WEBDAV_CUSTOM_URL_RULE_MESSAGE: string
MANAGE_CONSTANT_WEBDAV_WEB_PATH: string
MANAGE_CONSTANT_WEBDAV_WEB_PATH_PLACEHOLDER: string
MANAGE_CONSTANT_WEBDAV_WEB_PATH_TOOLTIP: string
MANAGE_CONSTANT_WEBDAV_PROXY_DESC: string
MANAGE_CONSTANT_WEBDAV_PROXY_PLACEHOLDER: string
MANAGE_CONSTANT_WEBDAV_PROXY_TOOLTIP: string
@@ -567,6 +571,20 @@ interface ILocales {
MANAGE_CONSTANT_WEBDAV_SSL_TOOLTIP: string
MANAGE_CONSTANT_WEBDAV_EXPLAIN: string
MANAGE_CONSTANT_WEBDAV_REFER_TEXT: string
MANAGE_CONSTANT_LOCAL_NAME: string
MANAGE_CONSTANT_LOCAL_ALIAS_DESC: string
MANAGE_CONSTANT_LOCAL_ALIAS_PLACEHOLDER: string
MANAGE_CONSTANT_LOCAL_BASE_DIR_DESC: string
MANAGE_CONSTANT_LOCAL_BASE_DIR_PLACEHOLDER: string
MANAGE_CONSTANT_LOCAL_CUSTOM_URL_DESC: string
MANAGE_CONSTANT_LOCAL_CUSTOM_URL_PLACEHOLDER: string
MANAGE_CONSTANT_LOCAL_CUSTOM_URL_TOOLTIP: string
MANAGE_CONSTANT_LOCAL_WEB_PATH: string
MANAGE_CONSTANT_LOCAL_WEB_PATH_PLACEHOLDER: string
MANAGE_CONSTANT_LOCAL_WEB_PATH_TOOLTIP: string
MANAGE_CONSTANT_LOCAL_EXPLAIN: string
MANAGE_CONSTANT_LOCAL_REFER_TEXT: string
MANAGE_CONSTANT_LOCAL_BASE_DIR_RULE_MESSAGE: string
MANAGE_LOGIN_PAGE_PANE_NAME: string
MANAGE_LOGIN_PAGE_PANE_DESC: string
MANAGE_LOGIN_PAGE_PANE_LOADING: string

View File

@@ -20,6 +20,7 @@ interface ISettingForm {
customMiniIcon: string,
isHideDock: boolean,
autoImport: boolean,
autoImportPicBed: string[],
encodeOutputURL: boolean,
isAutoListenClipboard: boolean,
useShortUrl: boolean,