mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-28 03:30:24 +08:00
✨ Feature: automatically upload when clipboard changes
ISSUES CLOSED: #35
This commit is contained in:
3
src/universal/types/i18n.d.ts
vendored
3
src/universal/types/i18n.d.ts
vendored
@@ -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
|
||||
|
||||
1
src/universal/types/shims-module.d.ts
vendored
1
src/universal/types/shims-module.d.ts
vendored
@@ -8,3 +8,4 @@ declare module '*.vue' {
|
||||
// function fixPath(): void
|
||||
// export default fixPath
|
||||
// }
|
||||
declare module 'clipboard-event'
|
||||
|
||||
3
src/universal/types/view.d.ts
vendored
3
src/universal/types/view.d.ts
vendored
@@ -16,7 +16,8 @@ interface ISettingForm {
|
||||
isCustomMiniIcon: boolean,
|
||||
customMiniIcon: string,
|
||||
isHideDock: boolean,
|
||||
encodeOutputURL: boolean
|
||||
encodeOutputURL: boolean,
|
||||
isAutoListenClipboard: boolean
|
||||
}
|
||||
|
||||
interface IShortKeyMap {
|
||||
|
||||
Reference in New Issue
Block a user