mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
fix.临时修复遗尘漫步 复刻关卡识别错误的问题
This commit is contained in:
96094
3rdparty/resource/penguin-stats-recognize/json/stages.json
vendored
96094
3rdparty/resource/penguin-stats-recognize/json/stages.json
vendored
File diff suppressed because it is too large
Load Diff
@@ -66,7 +66,7 @@ bool asst::PenguinPack::load_json(const std::string& stage_path, const std::stri
|
||||
stage_dst["drops"] = json::array(std::move(drops_vector));
|
||||
stage_dst["existence"] = stage_info.at("existence").at(m_language).at("exist");
|
||||
|
||||
cvt_stage_json.emplace(std::move(key), std::move(stage_dst));
|
||||
cvt_stage_json[std::move(key)] = std::move(stage_dst);
|
||||
}
|
||||
}
|
||||
catch (json::exception& e) {
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
|
||||
namespace asst
|
||||
{
|
||||
constexpr static const char* Version = "v3.0.9";
|
||||
constexpr static const char* Version = "v3.1.0";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user