mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
Merge pull request #2636 from MaaAssistantArknights/dev
Release v4.6.7-beta.4
This commit is contained in:
@@ -3,3 +3,5 @@
|
||||
- 优化 界面 首次启动时报错弹窗提示 @MistEO
|
||||
- 修复 内测版 检查更新功能不正确的问题 @MistEO
|
||||
- 重构 Task 部分解析逻辑 @zzyyyl
|
||||
- 优化 自定义基建 内置作业 @ABA2396
|
||||
- 修复 启动时闪退的问题 @zzyyyl
|
||||
@@ -1,6 +1,6 @@
|
||||
# 基建排班协议
|
||||
|
||||
`resource/custom_infrast/*.json` 的使用方法及各字段说明
|
||||
`resource/custom_infrast/*.json` 的使用方法及各字段说明。**因 json 不支持注释,使用下方示例时需将注释删除**
|
||||
|
||||
## 完整字段一览
|
||||
|
||||
|
||||
@@ -223,7 +223,7 @@
|
||||
"hire": [
|
||||
{
|
||||
"operators": [
|
||||
"艾雅法拉"
|
||||
"斥罪"
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -372,4 +372,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -225,7 +225,7 @@
|
||||
"hire": [
|
||||
{
|
||||
"operators": [
|
||||
"艾雅法拉"
|
||||
"斥罪"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
@@ -218,7 +218,7 @@
|
||||
"hire": [
|
||||
{
|
||||
"operators": [
|
||||
"艾雅法拉"
|
||||
"斥罪"
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -367,4 +367,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -797,7 +797,7 @@ namespace MeoAsstGui
|
||||
version = _curVersion;
|
||||
}
|
||||
|
||||
if (isStdVersion(version))
|
||||
if (isDebugVersion(version))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user