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;