mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
chore: 提示补全
This commit is contained in:
@@ -170,10 +170,10 @@ bool asst::ResourceLoader::load(const std::filesystem::path& path)
|
||||
}
|
||||
else if (std::filesystem::is_regular_file(path / "tasks.json"_p)) {
|
||||
Log.warn("================ DEPRECATED ================");
|
||||
Log.warn(__FUNCTION__, "resource/tasks.json has been deprecated since");
|
||||
Log.warn(__FUNCTION__, "resource/tasks.json has been deprecated since v5.15.4");
|
||||
Log.warn("================ DEPRECATED ================");
|
||||
LoadResourceWithTemplAndCheckRet(TaskData, "tasks.json"_p, "template"_p);
|
||||
} // v5.16.4
|
||||
}
|
||||
|
||||
// 下面这几个资源都是会带OTA功能的,路径不能动
|
||||
LoadResourceWithTemplAndCheckRet(InfrastConfig, "infrast.json"_p, "template"_p / "infrast"_p);
|
||||
|
||||
Reference in New Issue
Block a user