modify ledger

This commit is contained in:
lnk
2025-06-26 14:39:34 +08:00
parent 3dc54a9b75
commit 4e6ba12b25
7 changed files with 295 additions and 28 deletions

View File

@@ -218,11 +218,11 @@ std::string get_parent_directory() {
//初始化日志
init_loggers();
//读取模型,下载文件
//读取模型,下载模板文件
parse_model_cfg_web();
//解析文件
Set_xml_nodeinfo();
//解析模板文件
//Set_xml_nodeinfo();
StartFrontThread(); //开启主线程