perf: 账号切换查找账号最大滑动次数增加到20

This commit is contained in:
status102
2025-05-22 09:43:53 +08:00
parent 4f52448b0f
commit 09aba8394b

View File

@@ -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;
}