chore: ResourceLoader 添加一些日志

This commit is contained in:
MistEO
2023-05-02 14:22:33 +08:00
parent 7305a93e1a
commit e12d4bccb9
9 changed files with 21 additions and 2 deletions

View File

@@ -5,6 +5,8 @@
bool asst::GeneralConfig::parse(const json::value& json)
{
LogTraceFunction;
m_version = json.at("version").as_string();
{