fix: 改用 CustomeSkip 来跳过新时装动画 (#14566)

* feat: 改用 CostumeSkip 来跳过新时装动画

* fix: 删除 SS@Store@Purchase@NextAfterMerelyWaiting,任务 GetCloth 改名为 WearCostume

* 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-29 03:43:45 +11:00
committed by GitHub
parent f5c6c96184
commit 5b33ff3ab6
3 changed files with 4 additions and 9 deletions

View File

@@ -42,16 +42,9 @@
"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@GetCloth",
"SS@Store@Underfunded",
"SS@Store@Purchase@NextAfterMerelyWaiting"
]
"next": ["SS@Store@PurchasedConfirm", "SS@Store@RecruitSkip", "SS@Store@WearCostume", "SS@Store@Underfunded"]
},
"SS@Store@Underfunded": {
"template": "ReceivedAllMail.png",
@@ -60,12 +53,14 @@
"colorScales": [[250, 255]],
"next": ["Stop"]
},
"SS@Store@GetCloth": {
"SS@Store@WearCostume": {
"doc": ["获得新时装后,识别画面右下角按钮中 “穿戴” 文字左侧的衣架图标"],
"roi": [1146, 595, 210, 44],
"next": ["SS@Store@RecruitSkipClick"]
},
"SS@Store@RecruitSkip": {
"doc": "SS@Store@RecruitSkip.png 为招募动画 SkipSS@Store@CostumeSkip.png 为购买时装动画 Skip",
"template": ["SS@Store@RecruitSkip.png", "SS@Store@CostumeSkip.png"],
"roi": [1143, 0, 137, 150],
"next": ["SS@Store@RecruitSkipClick"]
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 498 B

After

Width:  |  Height:  |  Size: 498 B