diff --git a/package-lock.json b/package-lock.json index 266e374..5f1dbe8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index d423d22..6075631 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/resources/scripts/db/book.realm.lock b/resources/scripts/db/book.realm.lock index b3cbffa..9b9b4b8 100644 Binary files a/resources/scripts/db/book.realm.lock and b/resources/scripts/db/book.realm.lock differ diff --git a/resources/scripts/db/software.realm.lock b/resources/scripts/db/software.realm.lock index 1e4547d..4d5fec2 100644 Binary files a/resources/scripts/db/software.realm.lock and b/resources/scripts/db/software.realm.lock differ diff --git a/src/main/Service/SD/sd.ts b/src/main/Service/SD/sd.ts index 8289ef3..aa1f1a7 100644 --- a/src/main/Service/SD/sd.ts +++ b/src/main/Service/SD/sd.ts @@ -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)