Update home page

This commit is contained in:
2025-10-02 22:25:37 +08:00
parent 3a99d03427
commit 97ee74899c
4 changed files with 90 additions and 11 deletions

View File

@@ -205,3 +205,9 @@ export interface Collection {
images: Image[];
isPublic: boolean;
}
export interface Statistics {
total_resources: number;
total_files: number;
start_time: number;
}