mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
chore: 重命名内置基建作业
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,9 +1,5 @@
|
||||
**若更新后滑动操作没反应、自动战斗没反应、肉鸽不上人等,请进入 `设置` - `连接设置` - `强制替换 ADB`**
|
||||
|
||||
- Support Annihilation Combat for the JP client (But without testing). @MistEO @wallsman
|
||||
- 微调 自动战斗 操作延迟 @MistEO
|
||||
- 修复 肉鸽 关卡识别错误时狂吃内存的问题 @zzyyyl
|
||||
- 修复 macOS 配置错误无法连接的问题 @hguandl
|
||||
- 修复 强制替换 adb 第二次及之后操作报错的问题 @MistEO
|
||||
- 优化 日志打印 @horror-proton
|
||||
- 更新文档 @MistEO
|
||||
- 修复 使用中文路径时,minitouch 出现的一系列错误 @MistEO
|
||||
- 修复 使用竖屏、旋转 180° 等时,minitouch 的操作错误 @MistEO
|
||||
- 优化 自定义基建 内置作业,新增
|
||||
|
||||
@@ -107,5 +107,5 @@
|
||||
|
||||
## 举例
|
||||
|
||||
[243 极限效率,一天三换](../resource/custom_infrast/243_layout_3_times_pre_day.json)
|
||||
[153 极限效率,一天三换](../resource/custom_infrast/153_layout_3_times_pre_day.json)
|
||||
[243 极限效率,一天三换](../resource/custom_infrast/243_layout_3_times_a_day.json)
|
||||
[153 极限效率,一天三换](../resource/custom_infrast/153_layout_3_times_a_day.json)
|
||||
|
||||
@@ -104,5 +104,5 @@
|
||||
|
||||
## サンプル
|
||||
|
||||
[243 効率最高,一日三回](../resource/custom_infrast/243_layout_3_times_pre_day.json)
|
||||
[153 効率最高,一日三回](../resource/custom_infrast/153_layout_3_times_pre_day.json)
|
||||
[243 効率最高,一日三回](../resource/custom_infrast/243_layout_3_times_a_day.json)
|
||||
[153 効率最高,一日三回](../resource/custom_infrast/153_layout_3_times_a_day.json)
|
||||
|
||||
@@ -363,7 +363,7 @@
|
||||
"room": "manufacture",
|
||||
"order": "post"
|
||||
},
|
||||
"name": "C组 12H",
|
||||
"name": "C 组 12H",
|
||||
"description": "高效率组",
|
||||
"description_post": "下次换班请在约12小时后进行"
|
||||
}
|
||||
@@ -148,11 +148,11 @@ namespace MeoAsstGui
|
||||
DefaultInfrastList = new List<CombData>
|
||||
{
|
||||
new CombData { Display = Localization.GetString("UserDefined"), Value = _userDefined },
|
||||
new CombData { Display = Localization.GetString("153_3"), Value = "153_layout_3_times_pre_day.json" },
|
||||
new CombData { Display = Localization.GetString("243_3"), Value = "243_layout_3_times_pre_day.json" },
|
||||
new CombData { Display = Localization.GetString("243_4"), Value = "243_layout_4_times_per_day.json" },
|
||||
new CombData { Display = Localization.GetString("252_3"), Value = "252_layout_3_times_pre_day.json" },
|
||||
new CombData { Display = Localization.GetString("333_3"), Value = "333_layout_for_Orundum_3_times_pre_day.json" },
|
||||
new CombData { Display = Localization.GetString("153_3"), Value = "153_layout_3_times_a_day.json" },
|
||||
new CombData { Display = Localization.GetString("243_3"), Value = "243_layout_3_times_a_day.json" },
|
||||
new CombData { Display = Localization.GetString("243_4"), Value = "243_layout_4_times_a_day.json" },
|
||||
new CombData { Display = Localization.GetString("252_3"), Value = "252_layout_3_times_a_day.json" },
|
||||
new CombData { Display = Localization.GetString("333_3"), Value = "333_layout_for_Orundum_3_times_a_day.json" },
|
||||
};
|
||||
|
||||
UsesOfDronesList = new List<CombData>
|
||||
|
||||
Reference in New Issue
Block a user