mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
perf.优化掉基建一些不必要的滑动
This commit is contained in:
@@ -672,13 +672,6 @@
|
||||
"action": "doNothing",
|
||||
"next": [
|
||||
"InfrastNotification",
|
||||
"InfrastSwipeToTheLeft"
|
||||
]
|
||||
},
|
||||
"InfrastSwipeToTheLeft": {
|
||||
"algorithm": "justReturn",
|
||||
"action": "swipeToTheLeft",
|
||||
"next": [
|
||||
"Stop"
|
||||
]
|
||||
},
|
||||
|
||||
@@ -14,6 +14,7 @@ bool asst::InfrastInfoTask::run()
|
||||
};
|
||||
m_callback(AsstMsg::TaskStart, task_start_json, m_callback_arg);
|
||||
|
||||
swipe_to_the_left_of_main_ui();
|
||||
const auto& image = ctrler.get_image();
|
||||
|
||||
InfrastFacilityImageAnalyzer analyzer(image);
|
||||
|
||||
Reference in New Issue
Block a user