Feature: auto import of manage page can be closed now

This commit is contained in:
萌萌哒赫萝
2023-05-05 18:14:35 +08:00
parent a1981ab59d
commit ebcfbdf850
7 changed files with 25 additions and 1 deletions

View File

@@ -248,6 +248,7 @@ interface ILocales {
SETTINGS_SYNC_CONFIG_GITHUB_TOKEN_PLACEHOLDER: string
SETTINGS_SYNC_CONFIG_GITEE_TOKEN_PLACEHOLDER: string
SETTINGS_SYNC_CONFIG_PROXY_PLACEHOLDER: string
SETTINGS_AUTO_IMPORT: string
SHORTCUT_NAME: string
SHORTCUT_BIND: string
SHORTCUT_STATUS: string

View File

@@ -16,6 +16,7 @@ interface ISettingForm {
isCustomMiniIcon: boolean,
customMiniIcon: string,
isHideDock: boolean,
autoImport: boolean,
encodeOutputURL: boolean,
isAutoListenClipboard: boolean,
useShortUrl: boolean,