chore: 改改注释

This commit is contained in:
MistEO
2023-10-06 17:56:01 +08:00
committed by GitHub
parent 7a0c10864e
commit f1f77e626a

View File

@@ -153,10 +153,9 @@ bool asst::ResourceLoader::load(const std::filesystem::path& path)
// 重要的资源,实时加载(图片还是惰性的)
LoadResourceWithTemplAndCheckRet(TaskData, "tasks.json"_p, "template"_p);
// 基建技能路径,无法变更(基于热更屎山)
// 下面这几个资源都是会带OTA功能的路径不能动
LoadResourceWithTemplAndCheckRet(InfrastConfig, "infrast.json"_p, "template"_p / "infrast"_p);
LoadResourceWithTemplAndCheckRet(ItemConfig, "item_index.json"_p, "template"_p / "items"_p);
LoadResourceAndCheckRet(StageDropsConfig, "stages.json"_p);
LoadResourceAndCheckRet(TilePack, "Arknights-Tile-Pos"_p / "overview.json"_p);