feat(versioning): implement UI and server version tracking with build date display in footer

This commit is contained in:
Supra4E8C
2025-11-20 18:35:22 +08:00
parent 23d8d20dbf
commit 6e0dec4567
7 changed files with 120 additions and 3 deletions

View File

@@ -100,6 +100,7 @@ export const loginModule = {
this.isConnected = false;
this.clearCache();
this.stopStatusUpdateTimer();
this.resetVersionInfo();
localStorage.removeItem('isLoggedIn');
secureStorage.removeItem('managementKey');