新增图库

This commit is contained in:
jiangh277
2025-08-04 16:56:39 +08:00
parent 56a0042011
commit 63ae33288d
25 changed files with 1184 additions and 38 deletions

8
src/pages/gallery/typings.d.ts vendored Normal file
View File

@@ -0,0 +1,8 @@
export interface ImageItem {
instanceId: string;
imageName: string;
size?: number;
createTime?: string;
updateTime?: string;
uploadTime?: string;
}