mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
Merge pull request #1610 from MaaAssistantArknights/dev
fix: 修复编译错误和 typo
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
- 修复 公招 不使用加急许可的问题 @horror-proton
|
||||
- 修复 自动战斗 自动编队 `特别关注` 干员无法识别的问题 @MistEO
|
||||
- 修复 自动战斗 自动编队干员名识别错误 @MistEO
|
||||
- 修复 自动战斗 史尔特尔~~太红了所以~~不上传的问题 @MistEO
|
||||
- 修复 自动战斗 史尔特尔 ~~太红了所以~~ 不上场的问题 @MistEO
|
||||
- 修复 肉鸽 剧目集界面卡死的问题 @MistEO
|
||||
- 界面优化调整 @ABA2396
|
||||
- 项目文档更新、新增日文说明书 @Tastror @LYZhelloworld @ABA2396
|
||||
|
||||
@@ -1214,7 +1214,9 @@ bool asst::Controller::inited() const noexcept
|
||||
}
|
||||
|
||||
void asst::Controller::set_exit_flag(bool* flag)
|
||||
{}
|
||||
{
|
||||
m_exit_flag = flag;
|
||||
}
|
||||
|
||||
const std::string& asst::Controller::get_uuid() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user