Vanessa 2024-05-13 09:16:58 +08:00
parent 09096229ce
commit c0fb594133
4 changed files with 14 additions and 10 deletions

View file

@ -61,7 +61,7 @@ export class App {
if (data) {
switch (data.cmd) {
case "reloadPlugin":
reloadPlugin(this);
reloadPlugin(this, data.data);
break;
case "syncMergeResult":
reloadSync(this, data.data);