mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
fix: fixed some recognition bugs and add docs
thanks for @natt3
This commit is contained in:
@@ -77,7 +77,7 @@ Please refer to: [FAQ](docs/en/FAQ.md)
|
||||
- Global(EN) Client
|
||||
Supports basic features like Combat, Recruiting, Visiting, Collocting, etc. See also [README](resource/global/YoStarEN/readme.md)
|
||||
- JP Client
|
||||
Supports basic features like Combat, etc. See also [README](resource/global/YoStarJP/readme.md)
|
||||
Supports basic features like Combat, Recruiting, Visiting, Collocting, etc. See also [README](resource/global/YoStarJP/readme.md)
|
||||
- KR Client
|
||||
Supports basic features like Combat, etc. See also [README](resource/global/YoStarKR/readme.md)
|
||||
- ZH_CHT Client
|
||||
|
||||
@@ -88,7 +88,7 @@ MAA 的意思是 MAA Assistant Arknights
|
||||
- 国际服(美服)
|
||||
支持基本的刷理智、公招识别、访问好友、领取奖励功能,请参考 [说明](resource/global/YoStarEN/readme.md)
|
||||
- 日服
|
||||
支持基本的刷理智功能,请参考 [说明](resource/global/YoStarJP/readme.md)
|
||||
支持基本的刷理智、公招识别、访问好友、领取奖励功能,请参考 [说明](resource/global/YoStarJP/readme.md)
|
||||
- 韩服
|
||||
支持基本的刷理智功能,请参考 [说明](resource/global/YoStarKR/readme.md)
|
||||
- 繁中服
|
||||
|
||||
@@ -21,6 +21,9 @@ Now supports:
|
||||
- Restore with potion
|
||||
- Restore with Originite
|
||||
- Set the max number of auto battles
|
||||
- Recruitment calculate
|
||||
- Friends visit
|
||||
- Award collect
|
||||
|
||||
## 日本
|
||||
|
||||
@@ -32,3 +35,6 @@ Now supports:
|
||||
- ポーションで復元
|
||||
- Originiteで復元
|
||||
- 自動戦闘の最大数を設定します
|
||||
- 採用計算
|
||||
- 友達が訪問
|
||||
- アワードコレクト
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
"NoFriends": {
|
||||
"algorithm": "OcrDetect",
|
||||
"text": [
|
||||
"No friends"
|
||||
"戦友があリませれ"
|
||||
],
|
||||
"roi": [
|
||||
650,
|
||||
@@ -142,35 +142,35 @@
|
||||
"远程位"
|
||||
],
|
||||
[
|
||||
"前衛タイプ",
|
||||
"前衛タイ.*",
|
||||
"近卫干员"
|
||||
],
|
||||
[
|
||||
"医療タイプ",
|
||||
"医療タイ.*",
|
||||
"医疗干员"
|
||||
],
|
||||
[
|
||||
"先鋒タイプ",
|
||||
"先鋒タイ.*",
|
||||
"先锋干员"
|
||||
],
|
||||
[
|
||||
"術師タイプ",
|
||||
"術師タイ.*",
|
||||
"术师干员"
|
||||
],
|
||||
[
|
||||
"狙撃タイプ",
|
||||
"狙撃タイ.*",
|
||||
"狙击干员"
|
||||
],
|
||||
[
|
||||
"重装タイプ",
|
||||
"重装タイ.*",
|
||||
"重装干员"
|
||||
],
|
||||
[
|
||||
"補助タイプ",
|
||||
"補助タイ.*",
|
||||
"辅助干员"
|
||||
],
|
||||
[
|
||||
"特殊タイプ",
|
||||
"特殊タイ.*",
|
||||
"特种干员"
|
||||
],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user