Skip to content

Commit

Permalink
修改卸载插件时动作
Browse files Browse the repository at this point in the history
  • Loading branch information
OrdChaos committed Jan 6, 2023
1 parent a5e5033 commit d20e7e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class OCXQDictionary extends Extension {

onUninit() {
api.removeCategory('ordchaosxq.dictionary.category');
DictionaryList = undefined;
this.delateAllDictionary();
}

newDictionary(NAME) {
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "ordchaosxq.dictionary",
"author": "OrdChaosXQ",
"version": "1.0.0",
"version": "1.0.1",
"icon": "assets/icon.png",
"inset_icon": "assets/inset_icon.svg",
"api": 1,
Expand Down

0 comments on commit d20e7e9

Please sign in to comment.