调整为只在匹配不到时才退到首页尝试进入仓库

Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
This commit is contained in:
Qiao
2023-02-05 21:31:03 +08:00
committed by GitHub
parent 28e7f7b22d
commit 2d964e9e11

View File

@@ -6729,10 +6729,10 @@
"algorithm": "JustReturn",
"action": "DoNothing",
"next": [
"DepotEnter@ReturnTo",
"DepotEnter",
"DepotMaterialTab",
"DepotMaterialTabClicked"
"DepotMaterialTabClicked",
"DepotEnter@ReturnTo"
]
},
"DepotEnter": {