This commit is contained in:
2026-04-24 19:39:58 +08:00
parent 01fdc0ee37
commit c992660011
4 changed files with 43 additions and 17 deletions

View File

@ -93,6 +93,6 @@ export class MainApp {
async dispose(): Promise<void> {
this.appModel?.clean();
this.appEnv?.clean();
this.appHotspot?.clear();
// this.appHotspot?.clear();
}
}