From 586ea3848dbfb282b73809348fa222675ee004b7 Mon Sep 17 00:00:00 2001 From: xlj <543978819@qq.com> Date: Tue, 16 Sep 2025 19:25:02 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=81=8A=E5=A4=A9=E4=BD=93=E9=AA=8C?= =?UTF-8?q?=EF=BC=8C=E8=A7=92=E8=89=B210001prompt=EF=BC=8C=20=E5=9F=BA?= =?UTF-8?q?=E7=A1=80prompt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Scripts/chat18x/ui/components/DialogBubble.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/Scripts/chat18x/ui/components/DialogBubble.ts b/assets/Scripts/chat18x/ui/components/DialogBubble.ts index 19b4faf1..d4e8248b 100644 --- a/assets/Scripts/chat18x/ui/components/DialogBubble.ts +++ b/assets/Scripts/chat18x/ui/components/DialogBubble.ts @@ -133,7 +133,7 @@ export class DialogBubble extends Component { // 加载远程资源 const envData = DataManager.I.getDataById(DataId.Env); - let newPath = envData.cdn + "/" + "Girls/" + path + ".jpg"; + let newPath = envData.cdn + "/" + "Girls/" + path + ".png"; ResManager.I.changeRemoteSpriteFrame(this.avatar, newPath, () => {}); }