From 2c08a4d212ff6fc16c1f8ff4dac7eaeb44ec0ff9 Mon Sep 17 00:00:00 2001 From: Weiyou Wang <44151844+Alan-Charred@users.noreply.github.com> Date: Wed, 22 Oct 2025 18:00:52 +1100 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=9D=E8=AF=95=E4=B8=BA=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8=E5=95=86=E5=BA=97=E5=B0=8F=E6=B8=B8=E6=88=8F=E9=80=82?= =?UTF-8?q?=E9=85=8D=E6=96=B0=E7=9A=84=E6=97=B6=E8=A3=85=E8=B4=AD=E4=B9=B0?= =?UTF-8?q?=E5=8A=A8=E7=94=BB=20(#14490)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 尝试为活动商店小游戏适配新的时装购买动画 * chore: Auto update by pre-commit hooks [skip changelog] * chore: Auto update by pre-commit hooks [skip changelog] --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- resource/SS@Store@GetCloth.png | Bin 0 -> 946 bytes resource/tasks/Stages/base.json | 14 +++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 resource/SS@Store@GetCloth.png diff --git a/resource/SS@Store@GetCloth.png b/resource/SS@Store@GetCloth.png new file mode 100644 index 0000000000000000000000000000000000000000..328bd26f2b2694cd4b42d11e7c32207ecf1adc2f GIT binary patch literal 946 zcmV;j15NyiP)_{rvp=`}_O)`uh3#`S|$w_xJbq_V)Gl_4M@g^Yioa^78TV@$m5Q@9*#K?(XgF z?d+9?1=jZ0;=H%q$(^($de*&(6-y&CSis%*@Hj$;ZdX#>U3P#KgkF!ok78z`(%2zrVh|zP-J@ySux( zy1Kc!xwp5swzjslwY9Xgw6e0Yu&}VNudl7Gt*WZ3si~=`sHmohN=ZpcNJvOWM@L0PMMOkILqkJCLP9}7K|nx2KR-V{K0ZA?Jv=-- zIyyQzIXO5uI5#&pHa0djH8nIeG&3_ZRM#pG00058Nkl#O_CT)v4MiUcR^9aUJ+EVVF7F);O`AP2Y2hL@cHNNx$o@G+|Dd9Irs4;-C2Hixz;xL&ixJ{Xx)}uaMA1Vd)WeRjcyq<#Uhrm1GtvUB=UBOB4gj6x1q@_4h~ch~O`8Wa&=l~ICJz06{{hdx zSgu0s6PbX%TuR|-9lY6896;FCnnM2(x`}8Q>72bIqPNHCaxY1m(o}bTBCD(^>&aK; z0!*f;!D>=u55@0SUnSiVYklBd*-Ge+{FY6&!>Rq-!&|2L(q>=TSf3fJEf(0v8`iZ@ Ufq@mdJ^%m!07*qoM6N<$g3{OZ&Hw-a literal 0 HcmV?d00001 diff --git a/resource/tasks/Stages/base.json b/resource/tasks/Stages/base.json index f93fb495c7..b3f47a317b 100644 --- a/resource/tasks/Stages/base.json +++ b/resource/tasks/Stages/base.json @@ -42,9 +42,16 @@ "roi": [878, 397, 82, 48] }, "SS@Store@Purchase": { + "doc": "获得新时装后有数秒动画,next 中最后一项是为了确保延迟识别而设置", "text": ["支付"], "roi": [772, 476, 292, 144], - "next": ["SS@Store@PurchasedConfirm", "SS@Store@RecruitSkip", "SS@Store@Underfunded"] + "next": [ + "SS@Store@PurchasedConfirm", + "SS@Store@RecruitSkip", + "SS@Store@GetCloth", + "SS@Store@Underfunded", + "SS@Store@Purchase@NextAfterMerelyWaiting" + ] }, "SS@Store@Underfunded": { "template": "ReceivedAllMail.png", @@ -53,6 +60,11 @@ "colorScales": [[250, 255]], "next": ["Stop"] }, + "SS@Store@GetCloth": { + "doc": ["获得新时装后,识别画面右下角按钮中 “穿戴” 文字左侧的衣架图标"], + "roi": [1146, 595, 210, 44], + "next": ["SS@Store@RecruitSkipClick"] + }, "SS@Store@RecruitSkip": { "roi": [1143, 0, 137, 150], "next": ["SS@Store@RecruitSkipClick"]