【增加】Image 抽屉增加图片尺寸展示

This commit is contained in:
cherishsince
2024-05-28 14:49:15 +08:00
parent b0f26f64f7
commit bbf7956f6d
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ export interface ImageDetailVO {
platform: string // 平台
model: string // 模型
style: string // 图像生成的风格
size: string // 图片尺寸
createTime: string // 创建时间
updateTime: string // 更新事件
}