mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
feat: 自动战斗引入干员头像缓存机制
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
namespace asst::algorithm
|
||||
{
|
||||
std::optional<std::unordered_map<std::string, std::string>> get_char_allocation_for_each_group(
|
||||
static std::optional<std::unordered_map<std::string, std::string>> get_char_allocation_for_each_group(
|
||||
const std::unordered_map<std::string, std::vector<std::string>>& group_list,
|
||||
const std::unordered_set<std::string>& char_set)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user