mini support to ctimeCli

This commit is contained in:
fyears
2024-09-01 17:17:08 +08:00
parent b2dea5a351
commit ac9c2a9248
7 changed files with 37 additions and 2 deletions
+2
View File
@@ -271,6 +271,8 @@ export interface Entity {
keyRaw: string;
mtimeCli?: number;
mtimeCliFmt?: string;
ctimeCli?: number;
ctimeCliFmt?: string;
mtimeSvr?: number;
mtimeSvrFmt?: string;
prevSyncTime?: number;