Merge. Squash feature/drops

This commit is contained in:
MistEO
2022-05-18 01:24:25 +08:00
parent 7e03b09691
commit f160b8eea2
532 changed files with 2554 additions and 29481 deletions

View File

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