feat: add folder creation date and sorting functionality in Vault components

This commit is contained in:
shuaiplus
2026-04-26 19:28:49 +08:00
parent 3d2285e7af
commit 64b4da4035
9 changed files with 148 additions and 2 deletions
+1
View File
@@ -450,6 +450,7 @@ export interface FolderResponse {
id: string;
name: string;
revisionDate: string;
creationDate: string;
object: string;
}