配置生成逻辑优化

This commit is contained in:
2026-08-21 17:59:48 +08:00
parent 4909392c5e
commit ff487be64e
19 changed files with 536 additions and 1769 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ Dll_Global::Dll_Global() {
std::cout << "Dll_Global 配置文件加载失败!" << std::endl;
Psc::fail_fast();
}
from_base_json(&config.value(), false);
from_base_json(&config.value());
psm = new std::uint8_t[65536 * 2];
}
Dll_Global::~Dll_Global() {