diff --git a/components/aigc/RatioSelector.vue b/components/aigc/RatioSelector.vue index 311d544..850f413 100644 --- a/components/aigc/RatioSelector.vue +++ b/components/aigc/RatioSelector.vue @@ -1,5 +1,5 @@ @@ -148,32 +270,35 @@ const images = [ - - - - - - + - - + + + + + + - + - 生成 + + {{ generating ? '生成中' : '生成' }} + 生成即代表您同意用户许可协议 @@ -182,30 +307,51 @@ const images = [ - - - - 请登录后使用 - 登录 - + + + + + 请登录后使用 + + 登录 + + + + + 没有记录 + + + + + + + + 删除后无法恢复,确定删除? + + + 取消 + + {history.text2img.splice(k, 1); close();}"> + 仍然删除 + + + + + + + + + + 所有图片均为 AI 生成,服务器不会保存任何图像,数据仅保存在浏览器本地 + - - - - - - + diff --git a/typings/schema.d.ts b/typings/schema.d.ts index 483c327..ab99ffe 100644 --- a/typings/schema.d.ts +++ b/typings/schema.d.ts @@ -84,7 +84,7 @@ namespace HunYuan { interface req { device_id: string prompt: string - negative_prompt: string + negative_prompt?: string styles: number resolution: string }
生成即代表您同意用户许可协议 @@ -182,30 +307,51 @@ const images = [
请登录后使用
没有记录
所有图片均为 AI 生成,服务器不会保存任何图像,数据仅保存在浏览器本地