From 213b67259db1223babcbca33ca6d59421e6cd8a1 Mon Sep 17 00:00:00 2001 From: sunyink Date: Wed, 13 May 2026 18:39:12 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=E5=90=AF=E5=8A=A8.=E6=B6=88=E9=99=A4?= =?UTF-8?q?=E7=BD=91=E7=BB=9C=E5=BC=B9=E7=AA=97=E5=90=8E=E7=9A=84=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/resource/base/pipeline/StartGame.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/resource/base/pipeline/StartGame.json b/assets/resource/base/pipeline/StartGame.json index eafe0e6f..0da30633 100644 --- a/assets/resource/base/pipeline/StartGame.json +++ b/assets/resource/base/pipeline/StartGame.json @@ -302,7 +302,7 @@ "StartGame_Update_PGM", "StartGame_Update_Data", "[JumpBack]StartGame_PayFailed", - "StartGame_LinkDown", + "[JumpBack]StartGame_LinkDown", "StartGame_TouchStart", "StartGame_LoadingPage", "StartGame_Loading" @@ -740,8 +740,7 @@ 443 ], "next": [ - "StartGame_LinkDown_TouchCk", - "StartGame_Logo" + "StartGame_LinkDown_TouchCk" ] }, "StartGame_LinkDown_TouchCk": { From b35d3734820b3083b1c092fc4b0da04f9a948548 Mon Sep 17 00:00:00 2001 From: sunyink Date: Thu, 14 May 2026 14:22:35 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=E7=8B=A9=E7=8C=8E.=E5=9C=A3=E7=9F=B3?= =?UTF-8?q?=E5=9D=87=E8=A1=A1=E6=A8=A1=E5=BC=8F,=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=8C=89=E9=94=AE=E4=BD=8D=E7=BD=AE=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/resource/base/image/SubBattle_+1.png | Bin 0 -> 276 bytes assets/resource/base/pipeline/Battle.json | 12 ++++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 assets/resource/base/image/SubBattle_+1.png diff --git a/assets/resource/base/image/SubBattle_+1.png b/assets/resource/base/image/SubBattle_+1.png new file mode 100644 index 0000000000000000000000000000000000000000..8296413d412147c54716e9948745efcdf91c485e GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^Vn8gx!3HG%?c?k%n>e>}*F6u(e=pC^7aC~6_kDpt z4~LtK^s8Sj;Y&FTCk3VPCpL#aEtB05%f3gen$wL%xk>O~M{?kG^*vhI`vU8Jxqq8{KMs7S T_ok`>y~*I|>gTe~DWM4f1zv3= literal 0 HcmV?d00001 diff --git a/assets/resource/base/pipeline/Battle.json b/assets/resource/base/pipeline/Battle.json index 330d640b..43c07821 100644 --- a/assets/resource/base/pipeline/Battle.json +++ b/assets/resource/base/pipeline/Battle.json @@ -1147,11 +1147,15 @@ "focus": "BTM.次数=2次" }, "QuickHunt_TurnCharact_TurnDuo_Int": { - "action": "Click", - "target": [ - 848, - 451 + "recognition": "TemplateMatch", + "roi": [ + 802, + 322, + 84, + 150 ], + "template": ["SubBattle_+1.png"], + "action": "Click", "post_delay": 500, "focus": "BTM.刷取次数调整" },