修复移动端最后更新时间展示

This commit is contained in:
whyour
2022-11-16 22:34:28 +08:00
parent 074a90e0ac
commit 3ccb635956
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ interface TSystemInfo {
branch: 'develop' | 'master';
isInitialized: boolean;
lastCommitId: string;
lastCommitTime: string;
lastCommitTime: number;
version: string;
}