fix: 仓库识别界面未在最左侧时,识别不全的问题 (#6000)

This commit is contained in:
MistEO
2023-08-20 16:25:22 +08:00
committed by GitHub
2 changed files with 13 additions and 0 deletions

View File

@@ -7560,6 +7560,7 @@
"next": [ "next": [
"DepotEnter", "DepotEnter",
"DepotMaterialTab", "DepotMaterialTab",
"DepotAllTab",
"DepotMaterialTabClicked", "DepotMaterialTabClicked",
"DepotEnter@ReturnTo" "DepotEnter@ReturnTo"
] ]
@@ -7576,6 +7577,18 @@
"DepotMaterialTab" "DepotMaterialTab"
] ]
}, },
"DepotAllTab": {
"action": "ClickSelf",
"roi": [
452,
0,
281,
134
],
"next": [
"DepotMaterialTab"
]
},
"DepotMaterialTab": { "DepotMaterialTab": {
"action": "ClickSelf", "action": "ClickSelf",
"roi": [ "roi": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB