Display created time of files.

This commit is contained in:
2025-10-04 21:10:47 +08:00
parent ff30125518
commit af52e7b764
3 changed files with 8 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ export interface RFile {
resource?: Resource;
hash?: string;
storage_name?: string;
created_at: number; // unix timestamp
}
export interface UploadingFile {