This commit is contained in:
xiaojunnuo
2025-09-13 16:27:20 +08:00
parent 370db62bf0
commit 50f92f55e2
3 changed files with 52 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ export const usePluginStore = defineStore({
},
async clear() {
this.group = null;
this.originGroup = null
this.originGroup = null;
},
async getList(): Promise<PluginDefine[]> {
await this.init();