mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-27 19:20:24 +08:00
✨ Feature: add url encode setting
This commit is contained in:
1
src/universal/types/i18n.d.ts
vendored
1
src/universal/types/i18n.d.ts
vendored
@@ -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
|
||||
|
||||
3
src/universal/types/view.d.ts
vendored
3
src/universal/types/view.d.ts
vendored
@@ -15,7 +15,8 @@ interface ISettingForm {
|
||||
deleteCloudFile: boolean,
|
||||
isCustomMiniIcon: boolean,
|
||||
customMiniIcon: string,
|
||||
isHideDock: boolean
|
||||
isHideDock: boolean,
|
||||
encodeOutputURL: boolean
|
||||
}
|
||||
|
||||
interface IShortKeyMap {
|
||||
|
||||
Reference in New Issue
Block a user