mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
fix: 修改材料名称注释
This commit is contained in:
@@ -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<std::string, std::string> m_item_name;
|
||||
std::unordered_set<std::string> m_all_item_id;
|
||||
std::vector<std::string> m_ordered_material_item_id;
|
||||
|
||||
Reference in New Issue
Block a user