新增图库

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

7
src/types/image.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
export interface ImageInfo {
instanceId: string;
size?: number;
uploadTime?: string;
contentType?: string;
imageName?: string;
}