add human readable time

This commit is contained in:
fyears
2022-04-05 13:26:46 +08:00
parent b8c4a2bd9a
commit b39544b43b
4 changed files with 49 additions and 5 deletions
+5
View File
@@ -145,6 +145,11 @@ export interface FileOrFolderMixedState {
decisionBranch?: number;
syncDone?: "done";
remoteEncryptedKey?: string;
mtimeLocalFmt?: string;
mtimeRemoteFmt?: string;
deltimeLocalFmt?: string;
deltimeRemoteFmt?: string;
}
export const API_VER_STAT_FOLDER = "0.13.27";