feat: 支持掉落次数识别+上传

This commit is contained in:
MistEO
2023-11-02 23:23:17 +08:00
parent 37b1bd02d3
commit 0dace9ca5c
7 changed files with 101 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ asst::DebugTask::DebugTask(const AsstCallback& callback, Assistant* inst) : Inte
bool asst::DebugTask::run()
{
test_match_template();
test_drops();
return true;
}