mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
add refresh browser cache when client version not match server version
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export interface VersionInfo {
|
||||
readonly version: string;
|
||||
readonly commitHash: string;
|
||||
readonly buildTime?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user