refactor(usage): load stats via config events

This commit is contained in:
hkfires
2025-11-21 09:57:56 +08:00
parent d2fc784116
commit a6344a6a61
3 changed files with 15 additions and 4 deletions

1
app.js
View File

@@ -149,6 +149,7 @@ class CLIProxyManager {
this.initUiVersion();
this.initializeTheme();
this.registerSettingsListeners();
this.registerUsageListeners();
this.checkLoginStatus();
this.bindEvents();
this.setupNavigation();