Feature: automatically upload when clipboard changes

ISSUES CLOSED: #35
This commit is contained in:
萌萌哒赫萝
2023-04-10 16:06:37 +08:00
parent 7e9f730f66
commit 3c3e7cd64c
12 changed files with 173 additions and 49 deletions

View File

@@ -26,6 +26,8 @@ interface ILocales {
NO_MORE_NOTICE: string
SHOW_DEVTOOLS: string
CURRENT_PICBED: string
START_WATCH_CLIPBOARD: string
STOP_WATCH_CLIPBOARD: string
CHOOSE_YOUR_DEFAULT_PICBED: string
UPLOAD_AREA: string
UPLOAD_VIEW_HINT: string
@@ -187,6 +189,7 @@ interface ILocales {
SETTINGS_ISHIDEDOCK: string
SETTINGS_ISHIDEDOCK_TIPS: string
SETTINGS_ENCODE_OUTPUT_URL: string
SETTINGS_WATCH_CLIPBOARD: string
SHORTCUT_NAME: string
SHORTCUT_BIND: string
SHORTCUT_STATUS: string

View File

@@ -8,3 +8,4 @@ declare module '*.vue' {
// function fixPath(): void
// export default fixPath
// }
declare module 'clipboard-event'

View File

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