Commit Graph

4633 Commits

Author SHA1 Message Date
Cryolitia
3659d74227 Fix #6752 & Fix #6776
caused by 42e9542cd1 (diff-8f68e6988b089efca72b7954862a47442ec7eb08b37bde5a0c0f072cf4488dd3L9)
2023-10-08 22:38:56 +08:00
MistEO
4cfb02ce3e Revert "feat: 使用MdXaml来提升Markdown渲染表现" 2023-10-08 21:12:53 +08:00
MistEO
d2bfd50ba4 perf: OTA时先更新动态文件,再更新其他的 2023-10-08 20:27:17 +08:00
David
8598020711 feat: operbox operator names localization (#6726)
fix #6664
2023-10-08 11:17:59 +02:00
uye
1c0fc24e4a feat: 使用MdXaml来提升Markdown渲染表现 (#6723) 2023-10-08 15:54:02 +08:00
zzyyyl
b9b21ab8db rft: 优化 TaskData 的 json 解析 (#6739) 2023-10-08 15:38:58 +08:00
MistEO
c8d97f58ac feat: 为MaaWpfGui加入一个远程控制功能。 (#6717) 2023-10-08 15:19:55 +08:00
MistEO
a7804ccc6c perf: 优化StartUp速度,首页展开理智窗口时StartUp会关上 (#6730) 2023-10-08 15:16:12 +08:00
MistEO
48133da317 feat: 抄作业自动跳过战斗中剧情 (#6721) 2023-10-08 15:14:23 +08:00
MistEO
e16a980ae9 Apply suggestions from code review 2023-10-08 15:14:05 +08:00
MistEO
c4a992840e feat: 公招无招聘许可时继续尝试刷新 (#6569) 2023-10-08 15:09:49 +08:00
MistEO
21182a3997 perf: 对DEBUG VERSION禁用版本更新及资源更新检查 (#6751) 2023-10-08 15:09:13 +08:00
status102
80d7ee415e perf: 对DEBUG VERSION禁用版本更新及资源更新检查 2023-10-08 13:35:18 +08:00
uye
4a9c3d79b1 feat: 识别工具添加 idle 绑定 2023-10-08 10:35:28 +08:00
status102
b9c8679e20 fix: 修复CloseDown任务导致的不执行完成后操作 2023-10-08 09:23:47 +08:00
zzyyyl
d312d6d041 perf: 来点 std::invoke_result_t 2023-10-07 21:37:34 +08:00
youqii
0b660f7cc7 Merge branch 'dev' into feature 2023-10-07 20:23:17 +08:00
zzyyyl
e05f95668b fix: macOS compile error 2023-10-07 20:21:10 +08:00
Songyang.Huo
8f35ce2155 修复了一处汇报不了任务的bug 2023-10-07 19:54:06 +08:00
zzyyyl
25df6f1d56 rft: 优化 TaskData 的 json 解析 2023-10-07 19:23:09 +08:00
Lancarus
dcbe55e44c feat: 按照review修改 2023-10-07 18:40:25 +08:00
uye
b1c2e75567 perf: 根据 qodana 优化代码 2023-10-07 18:05:53 +08:00
uye
61ceb3788a perf: 根据 qodana 优化代码 2023-10-07 17:49:01 +08:00
status102
274d275f4f feat: 增加了一个二次检测进行保底 2023-10-07 16:57:29 +08:00
uye
c55187afa7 perf: 根据 qodana 优化代码 2023-10-07 16:47:57 +08:00
uye
42e9542cd1 perf: 根据 qodana 优化代码 2023-10-07 14:09:17 +08:00
status102
06eae3e06a perf: 优化剧情跳过检测频率,修改暂停时返回值为true 2023-10-07 14:01:38 +08:00
status102
e36f266f6e perf: 优化StartUp速度,首页展开理智页时StartUp会关上 2023-10-07 12:21:53 +08:00
Lancarus
5eee5098c0 feat: 按照review修改 2023-10-07 11:24:57 +08:00
uye
e40527cc3f refactor: 使用 IShellLink 和 IPersistFile 接口创建快捷方式 2023-10-07 10:59:49 +08:00
w568w
0c80162256 fix: subprocess hangs up if not draining the pipe when reading with recv_by_socket 2023-10-07 08:33:47 +08:00
Lancarus
70b6317d70 feat: 根据review将check_skip_plot_button移动到BattleProcess里面 2023-10-07 02:14:45 +08:00
status102
6d5f3971a4 fix: remove duplicate of std::move 2023-10-06 20:58:07 +08:00
Lancarus
c01cafd08d 使用导航名判断是否为教学关 2023-10-06 19:57:38 +08:00
SherkeyXD
5764044b9d chore: 删除无用的包 2023-10-06 19:40:18 +08:00
SherkeyXD
0e3d3c4c03 perf: 优化公告和CHANGELOG的视觉效果 2023-10-06 19:36:46 +08:00
SherkeyXD
243716666c feat: CHANGELOG也使用MdXaml渲染 2023-10-06 19:06:13 +08:00
SherkeyXD
308a70e0eb chore: 移除无用的using 2023-10-06 19:05:49 +08:00
SherkeyXD
45da058793 feat: 优化公告的渲染表现 2023-10-06 19:02:14 +08:00
Lancarus
27c1364da8 feat: 在战斗列表中将教学关取消自动编队 2023-10-06 18:44:49 +08:00
Songyang.Huo
d4beb302cf 修复了检测网络的相关问题 2023-10-06 18:34:13 +08:00
Lancarus
08eeae14b9 格式化代码 2023-10-06 18:24:37 +08:00
Lancarus
2fa541860d feat: 抄作业自动跳过战斗中剧情 2023-10-06 18:23:22 +08:00
Songyang.Huo
05d0c02ad4 将所有字符串l18n内容移动到一起,补全所有l18n并据其调整了一点界面格式. 2023-10-06 18:01:46 +08:00
MistEO
d61ed3a3c0 fix: 修复无法对后续加载的图片资源进行存在检测的错误,跳过宿舍技能检查 (#6686) 2023-10-06 17:56:20 +08:00
MistEO
f1f77e626a chore: 改改注释 2023-10-06 17:56:01 +08:00
Songyang.Huo
c1b5199f4c 删除意外添加的没用的内容 2023-10-06 16:39:06 +08:00
Songyang.Huo
b2438153a9 删掉意外添加的没用的内容 2023-10-06 16:37:58 +08:00
Songyang.Huo
7ebce50f2f 修复一处提示文本格式化错误。 2023-10-06 16:31:01 +08:00
Songyang.Huo
d5233af8da 增加了对Https的校验 2023-10-06 16:15:17 +08:00