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

This commit is contained in:
H1MSK
2023-08-20 11:45:16 +08:00
parent 7bcc12a7fc
commit dac1be6dcc
2 changed files with 13 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB