Feature: add url encode setting

This commit is contained in:
萌萌哒赫萝
2023-04-09 23:35:41 +08:00
parent 09ad102fe8
commit 8c7c3b28dd
10 changed files with 45 additions and 12 deletions

View File

@@ -186,6 +186,7 @@ interface ILocales {
SETTINGS_SYNC_DELETE_CLOUD: string
SETTINGS_ISHIDEDOCK: string
SETTINGS_ISHIDEDOCK_TIPS: string
SETTINGS_ENCODE_OUTPUT_URL: string
SHORTCUT_NAME: string
SHORTCUT_BIND: string
SHORTCUT_STATUS: string

View File

@@ -15,7 +15,8 @@ interface ISettingForm {
deleteCloudFile: boolean,
isCustomMiniIcon: boolean,
customMiniIcon: string,
isHideDock: boolean
isHideDock: boolean,
encodeOutputURL: boolean
}
interface IShortKeyMap {