mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
初步完成公开招募的任务框架
This commit is contained in:
@@ -37,13 +37,7 @@ void asst_ocr_test()
|
||||
}
|
||||
char c = 0;
|
||||
while (c != 'q') {
|
||||
|
||||
std::ifstream ifs(GetCurrentDir() + "name.txt");
|
||||
std::string person_name;
|
||||
ifs >> person_name;
|
||||
|
||||
asst.open_recruit({ 4, 5 });
|
||||
|
||||
asst.start_open_recruit({ 3, 4, 5 });
|
||||
c = getchar();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user