mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
perf: 账号切换查找账号最大滑动次数增加到20
This commit is contained in:
@@ -127,7 +127,7 @@ bool asst::AccountSwitchTask::swipe_and_select(bool to_top)
|
||||
if (click) {
|
||||
return click_manager_login_button();
|
||||
}
|
||||
if (repeat++ > 10) {
|
||||
if (repeat++ > 20) {
|
||||
// 没找到对应账号
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user