Commit Graph

824 Commits

Author SHA1 Message Date
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
Rbqwow
36d5f1aa15 docs: 修改win7相关问题描述&更新运行库 2024-07-10 04:23:49 +08:00
alisa
e94375a5a8 fix: add zh-tw glossary for weblate 2024-07-09 12:44:46 +08:00
alisa
1235e601dc fix: merge glossary json into one for better webalte compatibility 2024-07-09 12:25:41 +08:00
alisa
f7a5b10a4c feat: change glossary from markdown to JSON 2024-07-09 12:12:57 +08:00
alisa
786740754e feat: update turbo to v2 2024-07-09 11:00:17 +08:00
Rbqwow
b59f47d87e docs: 修复字体和评论区分类 2024-07-08 17:18:41 +08:00
SherkeyXD
d4f0f221cd docs: 跟进肉鸽不期而遇目录重构的文档修改 2024-07-08 13:04:00 +08:00
Rbqwow
5b133eed6f docs: make i18n warnings show only once 2024-07-08 04:11:16 +08:00
Constrat
cb0d64a3cf refactor: Yostar interface consistency
[no ci] [skip changelog]
2024-07-07 21:37:41 +02:00
SherkeyXD
b26ea061a1 refactor: 重构肉鸽不期而遇策略的目录格式 2024-07-08 03:30:24 +08:00
Weiyou Wang
41b50d37a9 docs: 增加关于肉鸽任务刷探索范式功能的说明 2024-07-08 04:29:45 +10:00
uye
67bbf9aac5 refactor: website docs **translation needed** (#9287)
Co-authored-by: wlwxj <d1ve_wh4le@outlook.com>
Co-authored-by: Rbqwow <55343783+Rbqwow@users.noreply.github.com>
Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
Co-authored-by: HX3N <scarlet7518@gmail.com>
Co-authored-by: Wallsman <63186641+wallsman@users.noreply.github.com>
Co-authored-by: Loong <wangl.cc@outlook.com>
Co-authored-by: 神代綺凛 <i@loli.best>
Co-authored-by: SherkeyXD <57581480+SherkeyXD@users.noreply.github.com>
2024-07-08 01:57:20 +08:00