Merge pull request #2636 from MaaAssistantArknights/dev

Release v4.6.7-beta.4
This commit is contained in:
zzyyyl
2022-11-06 16:17:49 +08:00
committed by GitHub
6 changed files with 9 additions and 7 deletions

View File

@@ -3,3 +3,5 @@
- 优化 界面 首次启动时报错弹窗提示 @MistEO
- 修复 内测版 检查更新功能不正确的问题 @MistEO
- 重构 Task 部分解析逻辑 @zzyyyl
- 优化 自定义基建 内置作业 @ABA2396
- 修复 启动时闪退的问题 @zzyyyl

View File

@@ -1,6 +1,6 @@
# 基建排班协议
`resource/custom_infrast/*.json` 的使用方法及各字段说明
`resource/custom_infrast/*.json` 的使用方法及各字段说明。**因 json 不支持注释,使用下方示例时需将注释删除**
## 完整字段一览

View File

@@ -223,7 +223,7 @@
"hire": [
{
"operators": [
"艾雅法拉"
"斥罪"
]
}
],
@@ -372,4 +372,4 @@
}
}
]
}
}

View File

@@ -225,7 +225,7 @@
"hire": [
{
"operators": [
"艾雅法拉"
"斥罪"
]
}
],

View File

@@ -218,7 +218,7 @@
"hire": [
{
"operators": [
"艾雅法拉"
"斥罪"
]
}
],
@@ -367,4 +367,4 @@
}
}
]
}
}

View File

@@ -797,7 +797,7 @@ namespace MeoAsstGui
version = _curVersion;
}
if (isStdVersion(version))
if (isDebugVersion(version))
{
return false;
}