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
+1
View File
@@ -9,6 +9,7 @@ type ConfigContainer struct {
var (
Version string
CommitHash string
BuildTime string
Container = &ConfigContainer{}
)