mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: 修复账号切换时可能卡在选择账号之后的错误 (#6933)
This commit is contained in:
@@ -3258,6 +3258,25 @@
|
||||
150
|
||||
]
|
||||
},
|
||||
"AccountListSwipeToTop": {
|
||||
"algorithm": "JustReturn",
|
||||
"action": "Swipe",
|
||||
"specificRect": [
|
||||
700,
|
||||
330,
|
||||
20,
|
||||
20
|
||||
],
|
||||
"rectMove": [
|
||||
700,
|
||||
380,
|
||||
20,
|
||||
20
|
||||
],
|
||||
"specialParams": [
|
||||
150
|
||||
]
|
||||
},
|
||||
"StartUpThemes": {
|
||||
"algorithm": "JustReturn",
|
||||
"next": [
|
||||
|
||||
@@ -125,9 +125,7 @@ bool asst::AccountSwitchTask::verify_client_type()
|
||||
|
||||
bool asst::AccountSwitchTask::click_manager_login_button()
|
||||
{
|
||||
auto task = ProcessTask(*this, { "AccountManagerLoginButton", "AccountManagerLoginButtonBili" });
|
||||
task.set_retry_times(0);
|
||||
return task.run();
|
||||
return ProcessTask(*this, { "AccountManagerLoginButton", "AccountManagerLoginButtonBili" }).run();
|
||||
}
|
||||
|
||||
bool asst::AccountSwitchTask::show_account_list()
|
||||
|
||||
Reference in New Issue
Block a user