Commit Graph

836 Commits

Author SHA1 Message Date
Lancarus
79da43a932 docs: Update 肉鸽辅助协议.md 2024-07-31 02:52:44 +08:00
Lancarus
a0bef06131 docs: Update 肉鸽辅助协议.md 2024-07-31 02:51:40 +08:00
Rbqwow
11d1aa9c9a docs: 再见了 所有的 抄作业.com
[skip changelog]
2024-07-30 22:20:54 +08:00
Rbqwow
5a291123ac docs: fix 75fb962
[skip changelog]
2024-07-30 21:39:43 +08:00
Lancarus
75fb9628bd docs: Update integrated-strategy-schema.md 2024-07-30 20:27:19 +08:00
Rbqwow
3cdb3405bc docs: 补充后台保活限定词和自动战斗帧数要求 2024-07-30 18:42:21 +08:00
status102
574546cba5 Revert "feat: 战斗流程协议命令块增强 (#9952)"
This reverts commit 9e6e4fa5c0, reversing
changes made to 78aa0dd40a.
2024-07-30 17:38:28 +08:00
ValenciaFly
33cdabd2c9 doc: 更新战斗流程协议 2024-07-29 14:41:49 +08:00
github-actions[bot]
3a0f531a91 chore: Auto Templates Optimization
[skip changelog]
2024-07-27 18:50:09 +00:00
Rbqwow
09d47c4670 docs: 本地加载所有图片 2024-07-28 02:33:18 +08:00
zzyyyl
89228d1d6d feat: 删去 CcoeffHSV, HSVCount 时的模板匹配采用 RGB 的 Ccoeff
CcoeffHSV 有致命缺陷: (0, 0, 0) 与 (179, 0, 0) 应为相似颜色,因为 Hue 是循环的

* feat: HSVCount & RGBCount 的返回结果为点积

为了尽量保证 0.8 的阈值

* workaround: HSVCount & RGBCount 时 maskRange 不再对模板匹配生效

否则数色时的模板匹配结果将不准确,之后可以分开 maskRange 和 colorRange, 后者的格式可以讨论后再做决定
2024-07-28 01:11:59 +08:00
Constrat
01562eee90 debug: remove testing image 2024-07-26 22:30:28 +02:00
github-actions[bot]
32c1907854 chore: Auto Templates Optimization
[skip changelog]
2024-07-26 20:17:06 +00:00
Constrat
6b45554b45 debug: add testing image 2024-07-26 22:11:14 +02:00
SherkeyXD
ffb8ad9061 chore: fix docsearch base 2024-07-27 02:05:38 +08:00
SherkeyXD
1abf0439f6 chore: rollback @vuepress/plugin-docsearch version
close #9835
2024-07-27 00:51:34 +08:00
zzyyyl
1d8de358cd feat!: 增加图像匹配算法 RGBCount, HSVCount (#9795)
新增基于找色的图像匹配算法(

- RGBCount
   先将待匹配区域和模板图片依据 maskRange 二值化,以 F1-score 为指标计算 RGB 颜色空间内的相似度
- HSVCount
   类似 RGBCount,颜色空间换为 HSV
2024-07-22 22:31:10 +08:00
SherkeyXD
eaa8d4e59e docs: 修复 docsearch 路径错误的问题 2024-07-22 19:53:21 +08:00
zzyyyl
4390be57ac docs: 更新 task-schema 文档中对 method 的描述 2024-07-22 14:50:00 +08:00
zzyyyl
49fb5bcf2b feat!: mask_range 支持彩色掩码 (#9818) 2024-07-22 14:42:10 +08:00
zzyyyl
a244d57375 feat: 删除 HashTaskInfo 相关 (#9724) 2024-07-22 14:39:30 +08:00
zzyyyl
b74809ada6 docs: 更新 task-schema 文档中对 maskRange 的描述 2024-07-22 13:12:18 +08:00
Rbqwow
54e9f173f0 docs: 添加 adb-lite 说明 2024-07-22 01:40:41 +08:00
Sherkey
005cf081ac fix: 修正文档网页右上角search组件本地化显示问题 (#9804)
当前: 

![now](https://i.postimg.cc/mrcRRpJF/2024-07-21-013337.png)

修正后:

![zh](https://i.postimg.cc/wj4HCYfp/2024-07-21-012436.png)

![en](https://i.postimg.cc/6pptbphc/2024-07-21-012448.png)
2024-07-21 23:37:53 +08:00
zzyyyl
79f348071e docs: 更新 task-schema.md 文档 2024-07-21 20:48:41 +08:00
zzyyyl
01682eb29e docs: 删除 maa_task_schema 中 hash 任务相关 2024-07-21 20:48:07 +08:00
HX3N
6920c06773 chore: tweak KR docs
[skip changelog]
2024-07-21 05:53:48 +09:00
HX3N
f97e77a2e1 docs: KR 添加 MAA 格式化要求说明
Reflect changes from 32d432bc05
2024-07-21 05:16:26 +09:00
SevMeowple
ecb6eb1124 fix: 修正右上角search组件本地化显示问题 2024-07-21 02:21:39 +08:00
SherkeyXD
32d432bc05 docs: 添加 MAA 格式化要求说明 2024-07-21 01:46:17 +08:00
zzyyyl
3115ae7ef3 docs: 更新 task-schema 文档 2024-07-20 12:38:17 +08:00
zzyyyl
60fc009561 perf: 使用 oxipng 优化模板图片
oxipng -o max --fast -Z -s
2024-07-19 21:53:44 +08:00
pre-commit-ci[bot]
21837606dd chore: Auto update by pre-commit hooks [skip changelog] 2024-07-19 03:48:02 +00:00
SherkeyXD
35d9b2bef3 chore: 压缩存储库中的所有图片
由于文件过多 CI 要跑很久,直接本地跑了
2024-07-19 11:46:44 +08:00
HX3N
5b91db65a3 docs: update glossary
and fix ja-jp.json typo (cause weblate error)
2024-07-18 17:25:53 +09:00
Loong
f2ab4946ce ci: use lychee to check dead links (#9675)
* ci: use lychee to check dead links

* ci: comment on PR when dead links are found

* docs: fix broken links
2024-07-17 15:26:17 +01:00
Loong
5f86aeb675 chore: bump maa-cli to 0.4.8 and update documents (#9683)
* chore: bump maa-cli to 0.4.8 and update documents

* docs: 合并 cli 文档中的 README 和 intro

* docs: fix broken link to CLI guide

* docs: update order of CLI manual pages
2024-07-16 18:39:02 +01:00
Rbqwow
fea4919eaf docs: 修复被随机排序破坏的超链接 2024-07-16 18:08:35 +08:00
Rbqwow
c092776ac2 docs: 谁动我缩进了
[skip changelog]
2024-07-16 17:49:32 +08:00
status102
d1586de3d5 docs: 修改Task协议文档,以符合cache默认值 2024-07-14 20:19:50 +08:00
Constrat
f899962cff fix(docs): MD022/blanks-around-headings
[skip changelog]
2024-07-13 17:11:26 +02:00
Constrat
d4cf6077b8 docs: beautified example images
[skip changelog]
2024-07-13 17:07:47 +02:00
Constrat
f16a1e8707 docs(chore): updated EN example images for consistency
[skip changelog]
2024-07-13 16:38:36 +02:00
Constrat
baa4fb9520 docs: updated EN example images
[skip changelog]
2024-07-13 14:46:36 +02:00
Constrat
7be430bd58 docs: more EN localization tweaks
[no ci] [skip changelog]
2024-07-13 14:13:19 +02:00
Constrat
06f63cf43d docs: localized symbols for en_US
[no ci] [skip changelog]
2024-07-13 12:59:57 +02:00
Sherkey
4c97f0c97b refactor: 肉鸽资源加载逻辑及目录结构重构 (#9555)
Todos:
~~+ [ ] autocopilot 也重构一下~~
+ [x] encounter 采用类似 tasks.json 的覆盖模式,各个模式的事件配置覆盖到 `default.json` 上面
+ [x] 肉鸽插件加载主题化(待定)
+ [x] Wait for #9561
2024-07-11 20:11:45 +08:00
Rbqwow
329079b1fd docs: fix 36d5f1a
[skip changelog]
2024-07-10 17:39:34 +08:00
Wallsman
d35ce1faf2 Update ja-jp.json
Update JP ニヤニヤ谷
2024-07-10 18:25:58 +09:00
Alisa
e1eb6bcd88 i18n: Translations update from MAA Weblate (#9598)
* Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (723 of 723 strings)

Translation: MAA Assistant Arknights/WPF GUI
Translate-URL: https://weblate.maa-org.net/projects/maa/wpf-gui/zh_Hant/

* Translated using Weblate (Chinese (Traditional))

Currently translated at 100.0% (579 of 579 strings)

Translation: MAA Assistant Arknights/Glossary
Translate-URL: https://weblate.maa-org.net/projects/maa/glossary/zh_Hant/

---------

Co-authored-by: momomochi <as99us301@gmail.com>
2024-07-10 09:43:19 +08:00