mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-08-19 20:53:57 +08:00
✨ Feature: add upload-clipboard-image from electron' clipboard
ISSUES CLOSED: #822
This commit is contained in:
@@ -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: '快捷键名称',
|
||||
|
||||
1
src/universal/types/view.d.ts
vendored
1
src/universal/types/view.d.ts
vendored
@@ -9,6 +9,7 @@ interface ISettingForm {
|
||||
logLevel: string[]
|
||||
autoCopyUrl: boolean
|
||||
checkBetaUpdate: boolean
|
||||
useBuiltinClipboard: boolean
|
||||
}
|
||||
|
||||
interface IShortKeyMap {
|
||||
|
||||
Reference in New Issue
Block a user