完成补招功能

This commit is contained in:
lnk
2026-06-05 16:05:44 +08:00
parent e64d2e2318
commit a91672a994
4 changed files with 166 additions and 21 deletions

View File

@@ -53,7 +53,7 @@ namespace {
// 而是按通道逐步聚合成时间桶并直接组装 Base64避免单文件中间对象占用过大内存。
constexpr size_t kPqdifLargeFileStreamingPointThreshold = 800000;
const char* kPqdRootDir = "download";
const char* kPqdRootDir = "download_pqdif";
const char* kDoneRootDir = "download_done";
const char* kFailRootDir = "download_fail";