V 3.3.2
1. 修复SD出图子图需要重新刷新显示问题 2. 修复文件有特殊字符选图不能拖拽问题
This commit is contained in:
parent
6336b36ead
commit
927dd14574
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "laitool",
|
||||
"version": "3.3.1",
|
||||
"version": "3.3.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "laitool",
|
||||
"version": "3.3.1",
|
||||
"version": "3.3.2",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@alicloud/alimt20181012": "^1.2.0",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "laitool",
|
||||
"version": "3.3.1",
|
||||
"version": "3.3.2",
|
||||
"description": "An AI tool for image processing, video processing, and other functions.",
|
||||
"main": "./out/main/index.js",
|
||||
"author": "laitool.cn",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -349,8 +349,8 @@ export class SDOpt {
|
||||
messageId: subImagePath.join(','),
|
||||
action: MJAction.IMAGINE,
|
||||
status: "success",
|
||||
subImagePath: subImagePath + "?t=" + new Date().getTime(),
|
||||
outImagePath: subImagePath.map((item) => item + "?t=" + new Date().getTime()),
|
||||
outImagePath: outImagePath + "?t=" + new Date().getTime(),
|
||||
subImagePath: subImagePath.map((item) => item + "?t=" + new Date().getTime()),
|
||||
message: "SD生成图片成功"
|
||||
}
|
||||
await this.bookServiceBasic.UpdateBookTaskDetailMjMessage(task.bookTaskDetailId, resp)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user