mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
Merge. Squash feature/drops
This commit is contained in:
@@ -630,6 +630,12 @@ bool asst::Controller::connect(const std::string& adb_path, const std::string& a
|
||||
|
||||
clear_info();
|
||||
|
||||
#ifdef ASST_DEBUG
|
||||
if (config == "DEBUG") {
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
auto get_info_json = [&]() -> json::value {
|
||||
return json::object{
|
||||
{ "uuid", m_uuid},
|
||||
|
||||
Reference in New Issue
Block a user