Commit Graph

111 Commits

Author SHA1 Message Date
Rbqwow
77c0a1d837 docs: 添加 adb-lite 说明 2024-07-22 01:40:41 +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
status102
a6b2c03af3 docs: 修改Task协议文档,以符合cache默认值 2024-07-14 20:19:50 +08:00
SherkeyXD
fd9c0d3f6e docs: 跟进肉鸽不期而遇目录重构的文档修改 2024-07-08 13:04:00 +08: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
70CentsApple
362a872b00 feat: 新增公招 3 星 Tag 的倾向策略 (#8868)
* feat: 新增3星Tag的倾向策略

* docs: add docs for `first_tags`

* i18n: remove unexpected dots

* fix: 在 `NoExtra` 模式下返回默认 `final_combination`
2024-05-03 09:16:50 +00:00
Rbqwow
a469b1d4ca docs: 更新明日方舟工具箱地址 (#8835) 2024-04-21 20:28:28 +08:00
碳黑橙子
5a65afbb49 doc: 修复404的链接 (#8839) 2024-04-16 10:18:48 +01:00
北雁 Cryolitia
42338942f5 docs: re-arrange for linux users
明确区分编译MAA动态库,安装MAA动态库与安装maa-cli并添加相关指引

使用 markdownlint 格式化文本

docs/zh-tw/1.6-CLI使用說明.md: 使用OpenCC转换,与简体中文最新文档同步

TODO: 日语与韩语文档待同步
2024-03-30 20:59:41 +08:00
status102
dbb9e1c554 perf: FAQ文档增加截图耗时较长/过长说明,移除Wpf中的优化提示 2024-03-09 16:16:28 +08:00
MistEO
94a69d74c1 chore: update clang-format 2024-03-09 15:06:15 +08:00
status102
8b5fb20957 docs: 更正同时使用理智药+碎石的短路说明 2024-03-02 16:14:49 +08:00
Rbqwow
f3eef61341 docs: 修复所有的一图流失效链接&同步两个readme 2024-02-14 21:43:00 +08:00
Rbqwow
294cfee63f docs: 改掉zh-tw的<br> 2024-02-14 21:19:25 +08:00
Horror Proton
7ef36afaf9 feat: 运行 ReclamationAlgorithm 时默认运行 Reclamation2 而不是旧演算 (#8229)
* feat: run `Reclamation2` from `ReclamationTask`

* feat: add param to choose Reclamation theme

* chore: c# 生息演算2入口改为ReclamationAlgorithm

* chore: UI生息演算添加"theme"参数

* chore: 漏掉的参数

---------

Co-authored-by: uye <99072975+ABA2396@users.noreply.github.com>
2024-02-08 11:26:15 +08:00
uye
c477381edf docs: 更新文档到.net8 2024-02-04 01:40:59 +08:00
uye
413e3ee860 feat: 新增只购买折扣信用商品(白名单商品除外)的选项和少于300信用点停止购物的选项 (#7659)
* close #7466
2024-02-03 23:01:28 +08:00
uye
8cd39559e4 docs: 基建排班工具链接更新
fix #8036
2024-01-18 13:58:14 +08:00
status102
553a5b641a docs: 修改readme中最大分辨率为2k 2024-01-02 15:34:37 +08:00
uye
b21756de26 chore: 修改文档中的基建排班制作器链接 2023-12-30 14:40:32 +08:00
liupei
5da189deeb i18n: translation 2023-12-17 01:51:21 +08:00
liupei
c2a77fbf82 docs: add docs for only_buy_discount and reserve_max_credit 2023-12-17 01:51:21 +08:00
lpowo
677bc8dabf feat: 增加公招多选策略 (#7463)
* fix #7452   

按照 #7452 的想法,在 #6900  的基础上增加了只选尽可能多选且只选高星tag的功能选项,并将选项策略合并
默认策略:只选一个高星tag组合
#6900 策略:选满三个tag为止

新增策略:尽可能多选高星tag,且额外的tag组合要么完整选入,要么舍弃;且若当前出现更高星tag组合,则不会考虑较低星,只会尽可能选高星tag组合(例如出现五星tag时,将尽力多选五星tag,不会考虑四星tag)
(result_vec的排序规则暂时未更改)
在GUI中增加了选择公招策略的功能,如图:

<details>


![image](https://github.com/MaaAssistantArknights/MaaAssistantArknights/assets/113409320/4b0d4f7d-5156-4144-b411-b96b604e49c7)

![image](https://github.com/MaaAssistantArknights/MaaAssistantArknights/assets/113409320/18167d72-741a-4bcd-95c8-6f916dec008d)

</details>

最后用模拟器在自己账号上进行了一些自动公招测试。

---------

Co-authored-by: David <56174894+Constrat@users.noreply.github.com>
Co-authored-by: Horror Proton <107091537+horror-proton@users.noreply.github.com>
2023-12-13 16:22:59 +08:00
David
e4035c390a style: c -> C + total downloads 2023-11-23 19:10:59 +01:00
Horror Proton
abea80b101 docs: add GitHub codespace to dev instructions 2023-11-08 22:07:57 +08:00
status102
9a90a21059 docs: 更正文档中的使用理智药相关说明 2023-11-01 21:50:56 +08:00
MistEO
5e919096ce docs: Enlarge contributors' avatars 2023-10-30 14:39:07 +08:00
MistEO
1417895436 docs: show avatar for all contributors 2023-10-30 14:29:47 +08:00
MistEO
5b3d774f04 docs: 更新QQ群描述 2023-10-27 09:34:33 +08:00
zzyyyl
7be34191b9 docs: 更新任务流程协议相关文档 2023-10-20 19:28:59 +08:00
status102
df8d7b7a7b docs: 补充基建排班协议中period字段不存在时的计划切换动作 (#6998) 2023-10-19 10:56:37 +08:00
Rbqwow
50842697a9 doc: 添加 Google Play 游戏 支持说明 (#6920) 2023-10-15 03:41:20 +08:00
youqii
3ba33c05a2 docs: 更新回调消息协议 2023-10-09 10:25:53 +08:00
youqii
b1257356f1 docs: 更新回调消息协议 2023-10-05 21:48:19 +08:00
zzyyyl
c3430da64f docs: update clang-format 2023-09-30 23:44:26 +08:00
zzyyyl
12aebc6612 fix: 修复 "baseTask": "#none",以及相关文档 2023-09-29 00:33:28 +08:00
uye
6c5265022c style: 规范变量命名,修正错误变量名,修正错误注释 2023-09-26 16:03:05 +08:00
status102
9ec19516ad docs: 修改文档中关于账号切换容易产生误解的地方 #6500 2023-09-25 22:18:27 +08:00
A-JiuA
0d7226c51c docs: 添加对账号切换的说明 2023-09-23 23:23:14 +08:00
status102
1ce4843662 docs: 更正格式 2023-09-20 14:27:52 +08:00
status102
bfff060987 feat: 开始唤醒-账号切换新增手动切换,可单独执行开始唤醒流程 2023-09-18 16:58:04 +08:00
David
05c7776f1a docs: YostarEN recommended resolution (#6303)
1920*1080 recommendation for YostarEN clients
2023-09-13 09:34:27 +02:00
MistEO
e7fd011cc0 feat: 基建 制造站、贸易站、控制中枢 新增支持干员编组配置 (#6249) 2023-09-11 22:47:06 +08:00
MistEO
fd19b92501 feat: 基建支持加工站 2023-09-11 22:40:34 +08:00
status102
056a7f5c32 feat: 增加 控制中枢 支持干员编组配置,以及编组选择输出 2023-09-10 12:42:21 +08:00
status102
905d7da2fd feat: 基建制造站和贸易站新增支持干员编组配置 2023-09-10 12:41:02 +08:00
status102
0fd9f0725d docs: 将其他语言的SSReopen说明修改为注释,目前仅支持国服/B服 2023-09-08 19:59:44 +08:00
momomochi
78d03d7436 docs: 更新連結、再微調一些小地方 2023-09-07 10:02:05 +08:00