feat: 牛牛抽卡

This commit is contained in:
MistEO
2023-04-30 01:23:28 +08:00
parent b00edcdbf9
commit 13dff17cc3
5 changed files with 168 additions and 2 deletions

View File

@@ -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:5555", "DEBUG", true);
AsstAsyncConnect(ptr, "adb", "127.0.0.1:3439", "General", 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, "Debug", nullptr);
AsstAppendTask(ptr, "Custom", R"({"task_names": [ "GachaOnce" ] })");
#endif