Feature: add upload-clipboard-image from electron' clipboard

ISSUES CLOSED: #822
This commit is contained in:
PiEgg
2022-02-20 12:35:18 +08:00
parent 6bcd019b31
commit 27628da458
5 changed files with 61 additions and 4 deletions

View File

@@ -103,6 +103,7 @@ export const ZH_CN = {
SETTINGS_DEFAULT_PICBED: '设置默认图床',
SETTINGS_SET_DEFAULT_PICBED: '设为默认图床',
SETTINGS_NOT_CONFIG_OPTIONS: '暂无配置项',
SETTINGS_USE_BUILTIN_CLIPBOARD_UPLOAD: '使用内置剪贴板上传',
// shortcut page
SHORTCUT_NAME: '快捷键名称',

View File

@@ -9,6 +9,7 @@ interface ISettingForm {
logLevel: string[]
autoCopyUrl: boolean
checkBetaUpdate: boolean
useBuiltinClipboard: boolean
}
interface IShortKeyMap {