refactor(settings): delegate config UI updates to module

This commit is contained in:
hkfires
2025-11-21 09:48:50 +08:00
parent a8b8bdc11c
commit d2fc784116
3 changed files with 120 additions and 71 deletions

1
app.js
View File

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