feat: 自动战斗引入干员头像缓存机制

This commit is contained in:
MistEO
2022-12-23 23:44:34 +08:00
parent 35b93b765e
commit 5e08e1e138
13 changed files with 287 additions and 39 deletions

View File

@@ -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)
{