Skip to content

Commit

Permalink
fix: 修复切换账号主页面过小导致的问题
Browse files Browse the repository at this point in the history
fix #287
  • Loading branch information
Windsland52 committed Dec 22, 2024
1 parent 2ff78f1 commit 87d68bb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 20 additions & 11 deletions assets/resource/base/pipeline/switch_account.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,14 @@
},
"SwitchAccountMainExpandFlag": {
"recognition": "TemplateMatch",
"template": "./SwitchAccount/AccountDel.png",
"template": [
"./SwitchAccount/AccountDel.png",
"./SwitchAccount/AccountDel1.png"
],
"roi": [
725,
682,
353,
141,
184,
278
],
"next": [
Expand All @@ -104,7 +107,7 @@
},
"SwitchLastAccountComplete": {
"recognition": "OCR",
"expected": "登录",
"expected": "(登|.)录",
"roi": [
567,
355,
Expand All @@ -122,7 +125,7 @@
},
"LogIn": {
"recognition": "OCR",
"expected": "登录",
"expected": "(登|.)录",
"roi": "SwitchLastAccountComplete",
"only_rec": true,
"action": "Click",
Expand All @@ -138,11 +141,14 @@
},
"SwitchLastAccount": {
"recognition": "TemplateMatch",
"template": "./SwitchAccount/AccountDel.png",
"template": [
"./SwitchAccount/AccountDel.png",
"./SwitchAccount/AccountDel1.png"
],
"roi": [
725,
682,
353,
141,
184,
278
],
"order_by": "Vertical",
Expand All @@ -166,11 +172,14 @@
},
"SwitchAccountMainExpand": {
"recognition": "TemplateMatch",
"template": "./SwitchAccount/AccountMainExpand.png",
"template": [
"./SwitchAccount/AccountMainExpand.png",
"./SwitchAccount/AccountMainExpand1.png"
],
"roi": [
723,
682,
278,
138,
179,
130
],
"action": "Click",
Expand Down

0 comments on commit 87d68bb

Please sign in to comment.