mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: 修复连接信息uuid为空的问题,并修复一个命名问题
This commit is contained in:
@@ -1001,7 +1001,7 @@ bool asst::Controller::connect(const std::string& adb_path, const std::string& a
|
||||
|
||||
json::value info = get_info_json() |
|
||||
json::object{
|
||||
{ "what", "UuidGetted" },
|
||||
{ "what", "UuidGot" },
|
||||
{ "why", "" }
|
||||
};
|
||||
info["details"]["uuid"] = m_uuid;
|
||||
@@ -1061,7 +1061,7 @@ bool asst::Controller::connect(const std::string& adb_path, const std::string& a
|
||||
|
||||
json::value info = get_info_json() |
|
||||
json::object{
|
||||
{ "what", "ResolutionGetted" },
|
||||
{ "what", "ResolutionGot" },
|
||||
{ "why", "" }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user