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

修正后:


|
2024-07-21 23:37:53 +08:00 |
|
zzyyyl
|
31d66f722c
|
docs: 更新 task-schema.md 文档
|
2024-07-21 20:48:41 +08:00 |
|
zzyyyl
|
0bcfc2eadc
|
docs: 删除 maa_task_schema 中 hash 任务相关
|
2024-07-21 20:48:07 +08:00 |
|
HX3N
|
45624a50a5
|
chore: tweak KR docs
[skip changelog]
|
2024-07-21 05:53:48 +09:00 |
|
HX3N
|
0e172089a5
|
docs: KR 添加 MAA 格式化要求说明
Reflect changes from 879d136fe7
|
2024-07-21 05:16:26 +09:00 |
|
SevMeowple
|
bbee68d4f8
|
fix: 修正右上角search组件本地化显示问题
|
2024-07-21 02:21:39 +08:00 |
|
SherkeyXD
|
879d136fe7
|
docs: 添加 MAA 格式化要求说明
|
2024-07-21 01:46:17 +08:00 |
|
zzyyyl
|
d85f3c38f6
|
docs: 更新 task-schema 文档
|
2024-07-20 12:38:17 +08:00 |
|
zzyyyl
|
e3d63894b2
|
perf: 使用 oxipng 优化模板图片
oxipng -o max --fast -Z -s
|
2024-07-19 21:53:44 +08:00 |
|
pre-commit-ci[bot]
|
d84da5d01a
|
chore: Auto update by pre-commit hooks [skip changelog]
|
2024-07-19 03:48:02 +00:00 |
|
SherkeyXD
|
686a929d1b
|
chore: 压缩存储库中的所有图片
由于文件过多 CI 要跑很久,直接本地跑了
|
2024-07-19 11:46:44 +08:00 |
|
HX3N
|
cc4bffa716
|
docs: update glossary
and fix ja-jp.json typo (cause weblate error)
|
2024-07-18 17:25:53 +09:00 |
|
Loong
|
62ffdc73cb
|
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
|
fd18e5704f
|
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
|
db1c86f20d
|
docs: 修复被随机排序破坏的超链接
|
2024-07-16 18:08:35 +08:00 |
|
Rbqwow
|
42db60eb88
|
docs: 谁动我缩进了
[skip changelog]
|
2024-07-16 17:49:32 +08:00 |
|
status102
|
a6b2c03af3
|
docs: 修改Task协议文档,以符合cache默认值
|
2024-07-14 20:19:50 +08:00 |
|
Constrat
|
f74004d954
|
fix(docs): MD022/blanks-around-headings
[skip changelog]
|
2024-07-13 17:11:26 +02:00 |
|
Constrat
|
7eaf4f2de3
|
docs: beautified example images
[skip changelog]
|
2024-07-13 17:07:47 +02:00 |
|
Constrat
|
e6eef5a03d
|
docs(chore): updated EN example images for consistency
[skip changelog]
|
2024-07-13 16:38:36 +02:00 |
|
Constrat
|
1ea5104aee
|
docs: updated EN example images
[skip changelog]
|
2024-07-13 14:46:36 +02:00 |
|
Constrat
|
624cef1e8c
|
docs: more EN localization tweaks
[no ci] [skip changelog]
|
2024-07-13 14:13:19 +02:00 |
|
Constrat
|
9b7f1e36e0
|
docs: localized symbols for en_US
[no ci] [skip changelog]
|
2024-07-13 12:59:57 +02:00 |
|
Sherkey
|
8b90bd7968
|
refactor: 肉鸽资源加载逻辑及目录结构重构 (#9555)
Todos:
~~+ [ ] autocopilot 也重构一下~~
+ [x] encounter 采用类似 tasks.json 的覆盖模式,各个模式的事件配置覆盖到 `default.json` 上面
+ [x] 肉鸽插件加载主题化(待定)
+ [x] Wait for #9561
|
2024-07-11 20:11:45 +08:00 |
|
Rbqwow
|
f10eb36229
|
docs: fix 17f0172
[skip changelog]
|
2024-07-10 17:39:34 +08:00 |
|
Wallsman
|
5a303d9c34
|
Update ja-jp.json
Update JP ニヤニヤ谷
|
2024-07-10 18:25:58 +09:00 |
|
Alisa
|
ff8ba97918
|
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
|
17f01726b4
|
docs: 修改win7相关问题描述&更新运行库
|
2024-07-10 04:23:49 +08:00 |
|
alisa
|
43c5306ba4
|
fix: add zh-tw glossary for weblate
|
2024-07-09 12:44:46 +08:00 |
|
alisa
|
718de46ac7
|
fix: merge glossary json into one for better webalte compatibility
|
2024-07-09 12:25:41 +08:00 |
|
alisa
|
b8df114b73
|
feat: change glossary from markdown to JSON
|
2024-07-09 12:12:57 +08:00 |
|
alisa
|
994be62578
|
feat: update turbo to v2
|
2024-07-09 11:00:17 +08:00 |
|
Rbqwow
|
a530b93b5f
|
docs: 修复字体和评论区分类
|
2024-07-08 17:18:41 +08:00 |
|
SherkeyXD
|
fd9c0d3f6e
|
docs: 跟进肉鸽不期而遇目录重构的文档修改
|
2024-07-08 13:04:00 +08:00 |
|
Rbqwow
|
a0608eb314
|
docs: make i18n warnings show only once
|
2024-07-08 04:11:16 +08:00 |
|
Constrat
|
a340d515ad
|
refactor: Yostar interface consistency
[no ci] [skip changelog]
|
2024-07-07 21:37:41 +02:00 |
|
SherkeyXD
|
7891ba2c8d
|
refactor: 重构肉鸽不期而遇策略的目录格式
|
2024-07-08 03:30:24 +08:00 |
|
Weiyou Wang
|
c6a9378dbf
|
docs: 增加关于肉鸽任务刷探索范式功能的说明
|
2024-07-08 04:29:45 +10:00 |
|
uye
|
57fbe81be1
|
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 |
|
Constrat
|
4b7cc9dc1e
|
feat: YoStarEN resolution warning on client switch (#9539)
Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
|
2024-07-07 12:27:39 +02:00 |
|
Constrat
|
3c50d37ddd
|
chore: 1080 requirement for YoStarEN
[skip changelog]
|
2024-07-06 15:44:36 +02:00 |
|
HX3N
|
550353f9f9
|
chore: update operator.md
|
2024-06-22 12:03:15 +09:00 |
|
Wallsman
|
5003df7cf8
|
Update operators.md
JP「銀心湖列車」Update
|
2024-06-22 01:23:33 +09:00 |
|