【增加】Image midjourney 增加 click 事件

This commit is contained in:
cherishsince
2024-06-04 17:38:07 +08:00
parent 1be7713f56
commit 29e1426a79
2 changed files with 16 additions and 2 deletions

View File

@ -15,10 +15,18 @@ export interface ImageDetailVO {
model: string // 模型
style: string // 图像生成的风格
size: string // 图片尺寸
buttons: ImageMjButtonsVO[] // mj 操作按钮
createTime: string // 创建时间
updateTime: string // 更新事件
}
export interface ImageMjButtonsVO {
customId: string // MJ::JOB::upsample::1::85a4b4c1-8835-46c5-a15c-aea34fad1862 动作标识
emoji: string // 图标 emoji
label: string // Make Variations 文本
style: number // 样式: 2Primary、3Green
}
export interface ImagePageReqVO {
pageNo: number // 分页编号
pageSize: number // 分页大小