Commit Graph

47 Commits

Author SHA1 Message Date
Rbqwow
dc153b34c7 docs: 修改下载地址
[skip changelog]
2024-08-20 06:23:24 +08:00
Loong
e64140408c chore: bump maa-cli to 0.4.11 (#10274) 2024-08-18 10:44:04 +01:00
uye
788275c131 docs: 更新 README 2024-08-18 15:38:32 +08:00
zzyyyl
92f24ec988 feat!: 拆分 maskRange 与 colorScales;增加 colorWithClose 开关数色时闭运算 2024-08-17 01:22:17 +08:00
Rbqwow
d120a04206 refactor: StopGame (#9658)
* perf: StopGame

* style: rename Intent to packageName

* chore: 不准不选择区服

* fix: 移除其他配置中的抽象 stop 匹配

* style: 统一驼峰

* style: 按照执行顺序重新排序

* feat: 添加回调和文档

* fix: 修复参数传入

* docs: 更新文档

* fix: merge

* chore: 把WSA的配置也改了

* chore: update submodule

---------

Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
Co-authored-by: Loong <wangl.cc@outlook.com>
2024-08-11 01:50:30 +08:00
Rbqwow
9487cc8b06 docs: 方舟专版现支持截图增强 2024-08-09 01:03:08 +08:00
CY-Zhu
411b8f6a4f docs: add minor tip in CN doc and sync EN doc. (#10155)
* docs: add minor tip in CN doc and sync EN doc.

* i18n: tweak

---------

Co-authored-by: Chengyun Zhu <zhuchengyun.hf@outlook.com>
Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
2024-08-08 15:52:33 +00:00
Rbqwow
9108f01264 docs: 本地加载logo
[skip changelog]
2024-08-07 04:21:28 +08:00
Rbqwow
4c05c081c3 docs: 更新“新手上路”
[skip changelog]
2024-08-07 04:08:13 +08:00
Rbqwow
1749cd18c3 docs: 更新备选关卡文档 2024-08-05 22:25:54 +08:00
Rbqwow
0773d31fd7 docs: 重写网页 PR 教程 (#10005)
* docs: 初步重写 PR 网页教程

* chore: Auto update by pre-commit hooks [skip changelog]

* docs: 再加一个按钮

* chore: Auto update by pre-commit hooks [skip changelog]

* fix: 先把图片路径修了

* docs: 不新建分支了

* chore: Auto update by pre-commit hooks [skip changelog]

* docs: 修复坏图片

* docs: 完成英语翻译 | English version completed (translated by gpt)

* chore: Auto update by pre-commit hooks [skip changelog]

* i18n: english tweaks

* i18n: english tweaks

---------

Co-authored-by: 晓丶梦丶仁 <1020623818@qq.com>
Co-authored-by: Constrat <56174894+Constrat@users.noreply.github.com>
2024-08-05 01:01:17 +08:00
Loong
86318dc3ff chore: bump maa-cli to 0.4.9 (#10081) 2024-08-04 18:01:01 +01:00
zzyyyl
8eec24a15c feat: 删除 action ClickRand (#10003) 2024-08-03 09:35:43 +08:00
Constrat
1d1f67c55d docs: GameData Yostar citation 2024-07-31 18:58:48 +02:00
Rbqwow
64e429ea02 docs: 更新其他文档 更新部分翻译 2024-07-31 17:45:34 +08:00
Rbqwow
7986f03568 docs: 修复Readme中的Weblate链接 2024-07-31 04:12:24 +08:00
Rbqwow
1d5f19a418 docs: fix a614dda
[skip changelog]
2024-07-31 04:01:56 +08:00
Lancarus
03c50e634a docs: Update 肉鸽辅助协议.md 2024-07-31 02:52:44 +08:00
Lancarus
a614dda122 docs: Update 肉鸽辅助协议.md 2024-07-31 02:51:40 +08:00
Rbqwow
afedc19d57 docs: 再见了 所有的 抄作业.com
[skip changelog]
2024-07-30 22:20:54 +08:00
Rbqwow
07d7e32348 docs: fix 16912e3
[skip changelog]
2024-07-30 21:39:43 +08:00
Lancarus
16912e3290 docs: Update integrated-strategy-schema.md 2024-07-30 20:27:19 +08:00
Rbqwow
ad56e24127 docs: 补充后台保活限定词和自动战斗帧数要求 2024-07-30 18:42:21 +08:00
status102
68f463760a Revert "feat: 战斗流程协议命令块增强 (#9952)"
This reverts commit 10eac1ffc6, reversing
changes made to 7476bb67a1.
2024-07-30 17:38:28 +08:00
ValenciaFly
95ea69a78f doc: 更新战斗流程协议 2024-07-29 14:41:49 +08:00
Rbqwow
d21ab5c668 docs: 本地加载所有图片 2024-07-28 02:33:18 +08:00
zzyyyl
0a2b003fce 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
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
zzyyyl
31d66f722c docs: 更新 task-schema.md 文档 2024-07-21 20:48:41 +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
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
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
Rbqwow
17f01726b4 docs: 修改win7相关问题描述&更新运行库 2024-07-10 04:23:49 +08:00
SherkeyXD
fd9c0d3f6e docs: 跟进肉鸽不期而遇目录重构的文档修改 2024-07-08 13:04:00 +08: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