feat: 整理日志,缓存等目录结构

This commit is contained in:
MistEO
2023-01-13 14:37:31 +08:00
parent 3d7e6f0eeb
commit 95f4b5f54c
15 changed files with 86 additions and 57 deletions

View File

@@ -46,7 +46,8 @@ bool inited()
AsstBool AsstSetUserDir(const char* path)
{
return asst::UserDir.set(path);
auto os_path = asst::utils::path(path);
return asst::UserDir.set(os_path);
}
AsstBool AsstLoadResource(const char* path)