mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
chore: 改改注释
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user