Skip to content

Commit

Permalink
fix: 账号切换适配奇怪的模拟器配置
Browse files Browse the repository at this point in the history
fix: `SwitchAccountMainFlag`更换匹配方式

chore: pre-commit
  • Loading branch information
Windsland52 committed Dec 15, 2024
1 parent 49c8b17 commit 77b1541
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 16 deletions.
Binary file modified assets/resource/base/image/SwitchAccount/AccountDel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/resource/base/image/SwitchAccount/AccountExitButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/resource/base/image/SwitchAccount/AccountMainExpand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/resource/base/image/SwitchAccount/SwitchAccountMain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 12 additions & 16 deletions assets/resource/base/pipeline/switch_account.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@
]
},
"SwitchAccountMainFlag": {
"recognition": "TemplateMatch",
"recognition": "FeatureMatch",
"template": "./SwitchAccount/SwitchAccountMain.png",
"roi": [
409,
274,
141,
140
518,
168,
243,
158
],
"next": [
"SwitchAccountMainExpandFlag"
Expand Down Expand Up @@ -106,12 +106,13 @@
"recognition": "OCR",
"expected": "登录",
"roi": [
606,
420,
65,
31
567,
355,
146,
126
],
"only_rec": true,
"order_by": "Horizontal",
"index": 0,
"next": [
"StartGame"
],
Expand All @@ -122,12 +123,7 @@
"LogIn": {
"recognition": "OCR",
"expected": "登录",
"roi": [
606,
420,
65,
31
],
"roi": "SwitchLastAccountComplete",
"only_rec": true,
"action": "Click",
"post_wait_freezes": {
Expand Down

0 comments on commit 77b1541

Please sign in to comment.