From 927dd145747fbace986fdb4ab0526ee9c65a1c5c Mon Sep 17 00:00:00 2001 From: lq1405 <2769838458@qq.com> Date: Sat, 22 Mar 2025 13:47:47 +0800 Subject: [PATCH] =?UTF-8?q?V=203.3.2=201.=20=E4=BF=AE=E5=A4=8DSD=E5=87=BA?= =?UTF-8?q?=E5=9B=BE=E5=AD=90=E5=9B=BE=E9=9C=80=E8=A6=81=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=202.=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6=E6=9C=89=E7=89=B9=E6=AE=8A?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E9=80=89=E5=9B=BE=E4=B8=8D=E8=83=BD=E6=8B=96?= =?UTF-8?q?=E6=8B=BD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 4 ++-- package.json | 2 +- resources/scripts/db/book.realm.lock | Bin 1416 -> 1416 bytes resources/scripts/db/software.realm.lock | Bin 1416 -> 1416 bytes src/main/Service/SD/sd.ts | 4 ++-- 5 files changed, 5 insertions(+), 5 deletions(-) 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 b3cbffa4b00be02ccc0831b398c3fdd0d5ecf3aa..9b9b4b82703e42628a08ff1b9bca8a3c176b9aff 100644 GIT binary patch literal 1416 zcmZQ%g3JS9Y(N1hh%B!Nx3?OsyyCPVHf>1m dgQ(+JAP-iD%O0$Tj0%p1z-S1JhQJ^S0RSsr1q}cI literal 1416 zcmZQ%B$tZs`1V%$(Gz5lJ2mk<4aRr3{ diff --git a/resources/scripts/db/software.realm.lock b/resources/scripts/db/software.realm.lock index 1e4547d9f48ebc5e35059a2c9ce0880dee38dabe..4d5fec2d375a6e4fbbfa4ddfcfbcb48b894d021c 100644 GIT binary patch literal 1416 zcmZQ%qpk3fXo515%xmd^56zDnhFT_GTeO- ZbqSZStHY{!RB$u|MnhmU1O{OU008W#1^fU2 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)