feat.新增抄作业的接口支持

This commit is contained in:
MistEO
2022-03-28 23:47:24 +08:00
parent e49c3ee367
commit 969b69ec2e
11 changed files with 94 additions and 4 deletions

View File

@@ -90,11 +90,18 @@ int main(int argc, char** argv)
//}
//)");
AsstAppendTask(ptr, "Debug", R"({})");
//AsstAppendTask(ptr, "Debug", R"({})");
AsstAppendTask(ptr, "Copilot", R"(
{
"stage_name": "千层蛋糕",
"filename": "./GA-EX8-raid.json"
}
)");
AsstStart(ptr);
getchar();
std::ignore = getchar();
AsstStop(ptr);
AsstDestroy(ptr);