mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
fix: add a left branch
This commit is contained in:
@@ -179,6 +179,8 @@ namespace asst
|
||||
{
|
||||
#ifdef _WIN32
|
||||
s << utils::utf8_to_ansi(std::forward<T>(value));
|
||||
#else
|
||||
s << std::forward<T>(value);
|
||||
#endif
|
||||
return s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user