fix: 尝试为活动商店小游戏适配新的时装购买动画 (#14490)

* 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>
This commit is contained in:
Weiyou Wang
2025-10-22 18:00:52 +11:00
committed by GitHub
parent 94390354fa
commit 2c08a4d212
2 changed files with 13 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 946 B

View File

@@ -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"]