uye
|
2db06daea1
|
chore: 调整 copilot 小提示内容
|
2023-09-30 18:05:04 +08:00 |
|
Lancarus
|
054fd4dc38
|
feat: 肉鸽刷源石锭增加不去第二层的选项 (#6578)
|
2023-09-30 15:57:15 +08:00 |
|
Lancarus
|
629739a41d
|
Merge branch 'MaaAssistantArknights:dev' into sami
|
2023-09-30 10:52:43 +08:00 |
|
zzyyyl
|
bbb3448a12
|
feat: 多文件任务从 json 层面合并后再重新解析 (#6478)
现在如果有 CN 任务
```json
"base": { "text": [ "CN" ], "next": [ "aaa" ] },
"A": { "baseTask": "base", "next": [ "bbb" ] }
"B": { "baseTask": "base", "next": [ "ccc" ] }
```
只需要在 EN 文件中重新定义 base:
```json
"base": { "text": [ "EN" ] }
```
就等价于
```json
"base": { "text": [ "EN" ], "next": [ "aaa" ] },
"A": { "text": [ "EN" ], "next": [ "bbb" ] }
"B": { "text": [ "EN" ], "next": [ "ccc" ] }
```
不必再 copy 重复文件内容。外服适配不再是难题!
close #6313
|
2023-09-29 23:13:39 +08:00 |
|
zzyyyl
|
96b8e6a03d
|
perf: tasks.json 大修改 (#6563)
1. 删除已有 `CloseAnnos#next` 时冗余的 `TodaysSupplies`
2. `ReturnTo` -> `BlackReturn`, `Return-White` -> `WhiteReturn`,
`ReturnToConfirm` -> `ReturnConfirm`
3. 把 黑返回键 `BlackReturn`、白返回键 `WhiteReturn`、`FromStageSN` 组合成 返回键组
`ReturnButtons`(类似 `CloseAnnos`)
4. 给 黑白返回键 的 _next_ 增加 _Loading_ 套餐(跳过领取奖励时匹配得分低也许是因为这个)
5. 由于 _Infrast_, _Roguelike_, _Reclamation_ 之前特化了
`ReturnTo`,现在重新特化黑白返回键;_Reclamation_ 之前特化了 `PopupConfirm` 作为
`ReturnConfirm` (好奇怪,但我应该没理解错吧),现在重新特化 `ReturnConfirm`,修改了名称和相关内容
|
2023-09-29 23:13:04 +08:00 |
|
uye
|
c9588ea7bf
|
fix: 修复自动战斗-战斗列表拖拽导致崩溃 (#6555)
|
2023-09-29 23:01:10 +08:00 |
|
Lancarus
|
f5efdbe263
|
feat: 优化肉鸽招募策略 (#6579)
fix #6068
|
2023-09-29 21:31:02 +08:00 |
|
Lancarus
|
d796a374bf
|
Merge branch 'Phantom' of https://github.com/Lancarus/MaaAssistantArknights into Phantom
|
2023-09-29 19:45:26 +08:00 |
|
Lancarus
|
c604ef285b
|
Merge branch 'MaaAssistantArknights:dev' into Phantom
|
2023-09-29 19:45:51 +08:00 |
|
Lancarus
|
c82c0b7fec
|
降低热水壶和演讲稿template阈值
|
2023-09-29 19:45:21 +08:00 |
|
Lancarus
|
4329801490
|
fix: 修改肉鸽模式一些ocr参数 (#6580)
|
2023-09-29 19:39:07 +08:00 |
|
Annoying Flower
|
e9f9cace6a
|
fix: 修改肉鸽选技能时识别干员名的二值化下限值
上次改错值了...这次改回来(
|
2023-09-29 15:58:13 +08:00 |
|
Annoying Flower
|
107aad2148
|
feat: 优化肉鸽再进入关卡的点击范围
根据三种肉鸽绝大部分地图的紧急和普通版本的可点区域,缩小点击范围,这次应该不会卡在关卡外面了
|
2023-09-29 15:45:37 +08:00 |
|
Lancarus
|
a66b807afc
|
fix: 傀影肉鸽骑士对决ocr替换
|
2023-09-29 15:44:51 +08:00 |
|
Lancarus
|
0dd10cf02b
|
加了个控制条件
|
2023-09-29 14:49:47 +08:00 |
|
Lancarus
|
2d93905799
|
feat: 优化肉鸽招募策略 fix #6068
|
2023-09-29 14:35:05 +08:00 |
|
Lancarus
|
a6241d4271
|
fix: 尝试修复#6552导致的死循环 (#6577)
#6552 重命名任务,缩小了点击范围(只测了下萨米的,其他的不知道位置变化大不大),逻辑改成直到进入肉鸽开始战斗界面前一直点
|
2023-09-29 13:42:11 +08:00 |
|
Lancarus
|
27bb2e6e51
|
外服ui适配
|
2023-09-29 02:40:18 +08:00 |
|
Lancarus
|
a670091b55
|
fix:尝试修复#6552导致的死循环
|
2023-09-29 02:21:52 +08:00 |
|
Lancarus
|
c2d261d02c
|
格式化代码
|
2023-09-29 02:16:49 +08:00 |
|
Lancarus
|
d5cfd6e147
|
feat:肉鸽刷源石锭模式添加是否去第二层的选项
|
2023-09-29 02:16:05 +08:00 |
|
Lancarus
|
7700192993
|
Revert "feat: 肉鸽刷源石锭增加不去第二层的选项"
This reverts commit 8c6a5790ac.
|
2023-09-29 02:12:51 +08:00 |
|
Lancarus
|
8c6a5790ac
|
feat: 肉鸽刷源石锭增加不去第二层的选项
|
2023-09-29 02:10:06 +08:00 |
|
zzyyyl
|
f9c2441bfb
|
perf: use std::string_view
|
2023-09-29 00:33:28 +08:00 |
|
zzyyyl
|
4146fae8b3
|
feat: 每次 parse 都先清空已生成的任务信息
|
2023-09-29 00:33:28 +08:00 |
|
zzyyyl
|
9002d2e2c6
|
refactor: remove useless fields
|
2023-09-29 00:33:28 +08:00 |
|
zzyyyl
|
a1faca9b82
|
fix: 修复 "baseTask": "#none",以及相关文档
|
2023-09-29 00:33:28 +08:00 |
|
David
|
51595c8d52
|
refactor: useless objects 2
|
2023-09-29 00:33:28 +08:00 |
|
zzyyyl
|
2090eed552
|
refactor: removing useless objects
Co-authored-by: David <56174894+Constrat@users.noreply.github.com>
|
2023-09-29 00:33:28 +08:00 |
|
zzyyyl
|
b30ba2a85b
|
feat: 多文件任务从 json 层面合并后再重新解析
现在如果有 CN 任务
```
"base": { "text": [ "CN" ], "next": [ "yyy" ] },
"A": { "baseTask": "base", "next": [ "xxx" ] }
```
只需要在 EN 文件中重新定义 base:
```
"base": { "text": [ "EN" ] }
```
就等价于
```
"base": { "text": [ "EN" ], "next": [ "yyy" ] },
"A": { "text": [ "EN" ], "next": [ "xxx" ] }
```
外服适配不再是难题!
Multi-language adaptation is no longer a problem!
|
2023-09-29 00:33:20 +08:00 |
|
zzyyyl
|
59c1b9dd8e
|
fix: 修复超出生成任务上限时访问越界的问题,增加生成任务上限至 10000
是半年前的憨憨 zzyyyl 写的!
link to aa79432f4a
|
2023-09-28 21:14:54 +08:00 |
|
MistEO
|
5a81d1acf6
|
doc: 补充 Hyper-V 说明 (#6572)
|
2023-09-28 15:54:46 +08:00 |
|
Rbqwow
|
0a50ac5ea8
|
update docs/1.3-模拟器支持.md
|
2023-09-28 15:16:24 +08:00 |
|
uye
|
924695027f
|
style: 格式化 xaml
|
2023-09-28 13:57:19 +08:00 |
|
uye
|
23b443da67
|
chore: 修改公告页面格式,允许复制,修改弹出逻辑
|
2023-09-28 13:57:19 +08:00 |
|
zzyyyl
|
b6a6e17e16
|
fix: 代码中修改 ReturnTo -> BlackReturn
|
2023-09-28 12:37:40 +08:00 |
|
zzyyyl
|
5d8662a962
|
perf: 简化 Infrast 相关任务
|
2023-09-28 12:37:39 +08:00 |
|
zzyyyl
|
8a675715ab
|
perf: tasks.json 大修改
1. 删除已有 "CloseAnnos#next" 时冗余的 "TodaysSupplies"
2. "ReturnTo" -> "BlackReturn", "Return-White" -> "WhiteReturn", "ReturnToConfirm" -> "ReturnConfirm"
3. 把 `黑返回键`(原 "ReturnTo")、`白返回键`、"FromStageSN" 组合成 `返回键组` "ReturnButtons"
4. 给 黑白返回键 的 next 增加 Loading 套餐(跳过领取奖励时匹配得分低也许是因为这个)
5. 由于 Infrast, Roguelike, Reclamation 之前特化了 ReturnTo,现在重新特化黑白返回键;Reclamation 之前特化了 PopupConfirm 作为 ReturnConfirm (好奇怪,但我应该没理解错吧),现在重新特化 ReturnConfirm,修改了名称和相关内容
|
2023-09-28 12:37:29 +08:00 |
|
uye
|
1aa1b8c2cf
|
refactor: 提取 FetchResponseWithEtag 函数
|
2023-09-28 10:39:34 +08:00 |
|
MistEO
|
40dedc2bc5
|
docs: Linux编译教程中增加NUR (#6566)
|
2023-09-28 09:24:58 +08:00 |
|
uye
|
ed6fa41dc9
|
feat: 公告弹窗 (#6557)
|
2023-09-28 09:24:29 +08:00 |
|
David
|
70c2cf332a
|
i18n: small en adjustment
[skip ci]
|
2023-09-27 21:28:41 +02:00 |
|
北雁 Cryolitia
|
a974aec05d
|
docs: Linux编译教程中增加NUR
|
2023-09-27 23:46:34 +08:00 |
|
uye
|
044e993b24
|
sytle: 简化 using
|
2023-09-27 23:29:06 +08:00 |
|
uye
|
d87d4d383d
|
fix: 避免响应数据流意外关闭或为空
|
2023-09-27 23:18:34 +08:00 |
|
zzyyyl
|
af982d1901
|
i18n: 修复日服肉鸽导航问题 (#6559)
对日服肉鸽的导航进行的适配
fix #6489
|
2023-09-27 22:56:57 +08:00 |
|
MistEO
|
c2fed1f8a0
|
fix: 修复资源更新时的崩溃问题
fix #6561
fix #6562
|
2023-09-27 22:53:44 +08:00 |
|
uye
|
3b8f7094e9
|
重构:WPF 配置部分 (#6549)
别再用大Map啦,快来用点更现代的配置系统实践。
本 PR 仅供评估,未完全迁移全部配置项,若通过我将完成剩余部分的迁移。
|
2023-09-27 20:29:02 +08:00 |
|
MejiroSilence
|
034574985e
|
i18n: 修复日服肉鸽导航问题
|
2023-09-27 19:40:18 +08:00 |
|
Cryolitia
|
45af5d7c41
|
Merge remote-tracking branch 'upstream/dev' into config-refector
# Conflicts:
# src/MaaWpfGui/ViewModels/UI/SettingsViewModel.cs
|
2023-09-27 18:47:16 +08:00 |
|