mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
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:
BIN
resource/SS@Store@GetCloth.png
Normal file
BIN
resource/SS@Store@GetCloth.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 946 B |
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user