mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
revert: sample 错误提交
This commit is contained in:
@@ -33,7 +33,7 @@ int main([[maybe_unused]] int argc, char** argv)
|
||||
#ifndef ASST_DEBUG
|
||||
AsstAsyncConnect(ptr, "adb", "127.0.0.1:5555", nullptr, true);
|
||||
#else
|
||||
AsstAsyncConnect(ptr, "adb", "127.0.0.1:3439", "General", true);
|
||||
AsstAsyncConnect(ptr, "adb", "127.0.0.1:5555", "DEBUG", true);
|
||||
#endif
|
||||
if (!AsstConnected(ptr)) {
|
||||
std::cerr << "connect failed" << std::endl;
|
||||
@@ -94,7 +94,7 @@ int main([[maybe_unused]] int argc, char** argv)
|
||||
|
||||
#else
|
||||
|
||||
AsstAppendTask(ptr, "Custom", R"({"task_names": [ "GachaOnce" ] })");
|
||||
AsstAppendTask(ptr, "Debug", nullptr);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user