From 3c7d7ae1007607a910ed7cee16fbd54dfca73ba7 Mon Sep 17 00:00:00 2001 From: uye <99072975+ABA2396@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:23:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=9D=90=E6=96=99?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaCore/Config/Miscellaneous/ItemConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaCore/Config/Miscellaneous/ItemConfig.h b/src/MaaCore/Config/Miscellaneous/ItemConfig.h index 593c85c204..477606d100 100644 --- a/src/MaaCore/Config/Miscellaneous/ItemConfig.h +++ b/src/MaaCore/Config/Miscellaneous/ItemConfig.h @@ -38,7 +38,7 @@ namespace asst virtual bool parse(const json::value& json) override; void clear(); - // key:材料编号Id,value:材料名(zh,utf8) + // key:材料编号Id,value:材料名(对应客户端材料名称,utf8) std::unordered_map m_item_name; std::unordered_set m_all_item_id; std::vector m_ordered_material_item_id;