mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-27 19:20:24 +08:00
✨ Feature: picbeds config can be reseted to empty now
This commit is contained in:
@@ -63,4 +63,5 @@ export enum IRPCActionType {
|
||||
CHANGE_CURRENT_UPLOADER = 'CHANGE_CURRENT_UPLOADER',
|
||||
SELECT_UPLOADER = 'SELECT_UPLOADER',
|
||||
UPDATE_UPLOADER_CONFIG = 'UPDATE_UPLOADER_CONFIG',
|
||||
RESET_UPLOADER_CONFIG = 'RESET_UPLOADER_CONFIG'
|
||||
}
|
||||
|
||||
2
src/universal/types/i18n.d.ts
vendored
2
src/universal/types/i18n.d.ts
vendored
@@ -46,6 +46,7 @@ interface ILocales {
|
||||
INPUT: string
|
||||
CANCEL: string
|
||||
CONFIRM: string
|
||||
RESET_PICBED_CONFIG: string
|
||||
CHOOSE_SHOWED_PICBED: string
|
||||
CHOOSE_PASTE_FORMAT: string
|
||||
SEARCH: string
|
||||
@@ -201,6 +202,7 @@ interface ILocales {
|
||||
TIPS_NEED_RELOAD: string
|
||||
TIPS_PLEASE_CHOOSE_LOG_LEVEL: string
|
||||
TIPS_SET_SUCCEED: string
|
||||
TIPS_RESET_SUCCEED: string
|
||||
TIPS_PLUGIN_NOT_GUI_IMPLEMENT: string
|
||||
TIPS_CLICK_NOTIFICATION_TO_RELOAD: string
|
||||
TIPS_GET_PLUGIN_LIST_FAILED: string
|
||||
|
||||
1
src/universal/types/rpc.d.ts
vendored
1
src/universal/types/rpc.d.ts
vendored
@@ -2,3 +2,4 @@ type IGetUploaderConfigListArgs = [type: string]
|
||||
type IDeleteUploaderConfigArgs = [type: string, id: string]
|
||||
type ISelectUploaderConfigArgs = [type: string, id: string]
|
||||
type IUpdateUploaderConfigArgs = [type: string, id: string, config: IStringKeyMap]
|
||||
type IResetUploaderConfigArgs = [type: string, id: string]
|
||||
|
||||
Reference in New Issue
Block a user