mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 10:57:45 +08:00
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:
@@ -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 为招募动画 Skip;SS@Store@CostumeSkip.png 为购买时装动画 Skip",
|
||||
"template": ["SS@Store@RecruitSkip.png", "SS@Store@CostumeSkip.png"],
|
||||
"roi": [1143, 0, 137, 150],
|
||||
"next": ["SS@Store@RecruitSkipClick"]
|
||||
},
|
||||
|
||||
BIN
resource/template/SS@Store@CostumeSkip.png
Normal file
BIN
resource/template/SS@Store@CostumeSkip.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 498 B After Width: | Height: | Size: 498 B |
Reference in New Issue
Block a user