mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-02 19:00:49 +08:00
feat(versioning): implement UI and server version tracking with build date display in footer
This commit is contained in:
4
app.js
4
app.js
@@ -42,6 +42,9 @@ class CLIProxyManager {
|
||||
this.managementKey = '';
|
||||
this.isConnected = false;
|
||||
this.isLoggedIn = false;
|
||||
this.uiVersion = null;
|
||||
this.serverVersion = null;
|
||||
this.serverBuildDate = null;
|
||||
|
||||
// 配置缓存 - 改为分段缓存
|
||||
this.configCache = {}; // 改为对象,按配置段缓存
|
||||
@@ -129,6 +132,7 @@ class CLIProxyManager {
|
||||
}
|
||||
|
||||
init() {
|
||||
this.initUiVersion();
|
||||
this.initializeTheme();
|
||||
this.checkLoginStatus();
|
||||
this.bindEvents();
|
||||
|
||||
Reference in New Issue
Block a user