From 29acc13b3fa98608cd7660ce2dc591312e55d406 Mon Sep 17 00:00:00 2001 From: status102 <102887808+status102@users.noreply.github.com> Date: Tue, 13 May 2025 19:55:19 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=8F=90=E7=A4=BA=E8=A1=A5=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaCore/Config/ResourceLoader.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MaaCore/Config/ResourceLoader.cpp b/src/MaaCore/Config/ResourceLoader.cpp index 7453b53e74..a281a252d3 100644 --- a/src/MaaCore/Config/ResourceLoader.cpp +++ b/src/MaaCore/Config/ResourceLoader.cpp @@ -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);