Commit bbf7956f by cherishsince

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

parent b0f26f64
...@@ -13,6 +13,7 @@ export interface ImageDetailVO { ...@@ -13,6 +13,7 @@ export interface ImageDetailVO {
platform: string // 平台 platform: string // 平台
model: string // 模型 model: string // 模型
style: string // 图像生成的风格 style: string // 图像生成的风格
size: string // 图片尺寸
createTime: string // 创建时间 createTime: string // 创建时间
updateTime: string // 更新事件 updateTime: string // 更新事件
} }
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<div class="item"> <div class="item">
<div class="tip">模型</div> <div class="tip">模型</div>
<div class="body"> <div class="body">
{{imageDetail.model}} {{imageDetail.model}}({{imageDetail.size}})
</div> </div>
</div> </div>
<!-- 提示词 --> <!-- 提示词 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment