Feature(custom): optimize scripts for gallery item delete

This commit is contained in:
Kuingsmile
2026-01-26 20:47:18 +08:00
parent 9c8698907e
commit 0145ce2aa7
10 changed files with 13 additions and 11 deletions

View File

@@ -191,6 +191,8 @@ export const IRPCActionType = {
GALLERY_REMOVE_BY_ID_DB: 'GALLERY_REMOVE_BY_ID_DB',
GALLERY_INSERT_DB: 'GALLERY_INSERT_DB',
GALLERY_INSERT_DB_BATCH: 'GALLERY_INSERT_DB_BATCH',
GALLERY_REMOVE_RUN_SCRIPTS: 'GALLERY_REMOVE_RUN_SCRIPTS',
// plugin rpc
PLUGIN_GET_LIST: 'PLUGIN_GET_LIST',
PLUGIN_INSTALL: 'PLUGIN_INSTALL',