Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
YunaiV
2024-06-01 15:55:25 +08:00
2 changed files with 68 additions and 0 deletions

View File

@ -42,6 +42,8 @@ export interface ImageMidjourneyImagineReqVO {
prompt: string // 提示词
model: string // 模型 mj nijj
base64Array: string[] // size不能为空
width: string // 图片宽度
height: string // 图片高度
}
// TODO 芋艿review 下整体注释、方法名