add refresh browser cache when client version not match server version

This commit is contained in:
MaysWind
2025-06-30 00:39:28 +08:00
parent 801c0f8572
commit 96b7c69283
29 changed files with 332 additions and 42 deletions
+5
View File
@@ -0,0 +1,5 @@
export interface VersionInfo {
readonly version: string;
readonly commitHash: string;
readonly buildTime?: string;
}