mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
docs(README): README 格式优化
This commit is contained in:
12
README.md
12
README.md
@@ -97,10 +97,10 @@ MAA 的意思是 MAA Assistant Arknights
|
||||
|
||||
## 主要关联项目
|
||||
|
||||
- 全新 GUI: [MaaAsstElectronUI](https://github.com/MaaAssistantArknights/MaaAsstElectronUI) (正在开发中,欢迎加入!)
|
||||
- 更新服务器: [MaaDownloadServer](https://github.com/MaaAssistantArknights/MaaDownloadServer)
|
||||
- 官网 <https://www.maa.plus>: [maa-website](https://github.com/MaaAssistantArknights/maa-website)
|
||||
- 作业分享站 <https://www.prts.plus>: [前端](https://github.com/MaaAssistantArknights/maa-copilot-frontend),[后端](https://github.com/MaaAssistantArknights/MaaCopilotServer)
|
||||
- 全新 GUI:[MaaAsstElectronUI](https://github.com/MaaAssistantArknights/MaaAsstElectronUI) (正在开发中,欢迎加入!)
|
||||
- 更新服务器:[MaaDownloadServer](https://github.com/MaaAssistantArknights/MaaDownloadServer)
|
||||
- 官网 <https://www.maa.plus>:[maa-website](https://github.com/MaaAssistantArknights/maa-website)
|
||||
- 作业分享站 <https://www.prts.plus>:[前端](https://github.com/MaaAssistantArknights/maa-copilot-frontend),[后端](https://github.com/MaaAssistantArknights/MaaCopilotServer)
|
||||
|
||||
## 致谢
|
||||
|
||||
@@ -118,7 +118,7 @@ MAA 的意思是 MAA Assistant Arknights
|
||||
- C++ Gzip封装:[gzip-hpp](https://github.com/mapbox/gzip-hpp)
|
||||
- WPF MVVW框架:[Stylet](https://github.com/canton7/Stylet)
|
||||
- WPF控件库:[HandyControl](https://github.com/HandyOrg/HandyControl)
|
||||
- C# JSON库: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)
|
||||
- C# JSON库:[Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)
|
||||
- 下载器:[aria2](https://github.com/aria2/aria2)
|
||||
|
||||
### 数据源
|
||||
@@ -177,7 +177,7 @@ MAA 的意思是 MAA Assistant Arknights
|
||||
## 广告
|
||||
|
||||
[用户交流群(Telegram 群)](https://t.me/+Mgc2Zngr-hs3ZjU1)
|
||||
自动战斗 JSON 作业分享: <https://www.prts.plus>,[QQ 一群(已满)](https://jq.qq.com/?_wv=1027&k=ig786LJZ),[QQ 二群(已满)](https://jq.qq.com/?_wv=1027&k=R3oleoKc),[QQ 三群(已满)](https://jq.qq.com/?_wv=1027&k=mKdOnhWV),[QQ 四群](https://jq.qq.com/?_wv=1027&k=ABkU8mCR)
|
||||
自动战斗 JSON 作业分享:<https://www.prts.plus>,[QQ 一群(已满)](https://jq.qq.com/?_wv=1027&k=ig786LJZ),[QQ 二群(已满)](https://jq.qq.com/?_wv=1027&k=R3oleoKc),[QQ 三群(已满)](https://jq.qq.com/?_wv=1027&k=mKdOnhWV),[QQ 四群](https://jq.qq.com/?_wv=1027&k=ABkU8mCR)
|
||||
[Bilibili 直播间](https://live.bilibili.com/2808861):每晚直播敲代码,近期很长一段时间应该都是在写本软件~
|
||||
[舟无关技术交流 & 吹水群(QQ 群)](https://jq.qq.com/?_wv=1027&k=ypbzXcA2):内卷地狱!
|
||||
[开发者群(QQ 群)](https://jq.qq.com/?_wv=1027&k=JM9oCk3C)
|
||||
|
||||
@@ -113,14 +113,14 @@ Due to the small number of overseas clients users and the lack of project manpow
|
||||
|
||||
### Data Source
|
||||
|
||||
- ~~Recruitment data:[ArkTools](https://www.bigfun.cn/tools/aktools/hr)~~
|
||||
- Operators and infrastructure data:[PRTS Arknights Wiki (Chinese)](http://prts.wiki/)
|
||||
- ~~Recruitment data: [ArkTools](https://www.bigfun.cn/tools/aktools/hr)~~
|
||||
- Operators and infrastructure data: [PRTS Arknights Wiki (Chinese)](http://prts.wiki/)
|
||||
- Stage data: [Penguin Stats](https://penguin-stats.cn/)
|
||||
- Gamedata and resources: [Arknights Bot Resource](https://github.com/yuanyan3060/Arknights-Bot-Resource)
|
||||
|
||||
### Contributors
|
||||
|
||||
Thanks to all friends who contribute to development/testing for making MAA better! (*´▽`)ノノ
|
||||
Thanks to all friends who contribute to development/testing for making MAA better! (\*´▽`)ノノ
|
||||
|
||||
[](https://github.com/MaaAssistantArknights/MaaAssistantArknights/graphs/contributors)
|
||||
|
||||
@@ -140,8 +140,8 @@ Please refer to [Linux Tutorial](docs/en-us/LINUX_TUTORIAL.md)
|
||||
- [Python interface](src/Python/asst.py): [Integration Example](src/Python/sample.py)
|
||||
- [Golang interface](src/Golang/maa/): [Integration Example](src/Golang/cli.go) (deprecated)
|
||||
- [Dart interface](src/dart/)
|
||||
- [Java interface](src/Java/Maaj):[Integration Example](src/Java/Maaj/src/main/java/com/iguigui/maaj/MaaJavaSample.java)
|
||||
- [Rust interface](src/Rust/src/maa_sys/):[HTTP api](src/Rust)
|
||||
- [Java interface](src/Java/Maaj): [Integration Example](src/Java/Maaj/src/main/java/com/iguigui/maaj/MaaJavaSample.java)
|
||||
- [Rust interface](src/Rust/src/maa_sys/): [HTTP api](src/Rust)
|
||||
- [Integration Documentation](docs/en-us/INTEGRATION.md)
|
||||
- [Callback Schema](docs/en-us/CALLBACK_SCHEMA.md)
|
||||
- [Task Schema](docs/en-us/TASK_SCHEMA.md)
|
||||
|
||||
@@ -97,10 +97,10 @@ MAAは、MAA Assistant Arknightsです。
|
||||
|
||||
## 主な関連プロジェクト
|
||||
|
||||
- 新しいGUI: [MaaAsstElectronUI](https://github.com/MaaAssistantArknights/MaaAsstElectronUI) (開発中、貢献することを歓迎します!)
|
||||
- 更新サーバー: [MaaDownloadServer](https://github.com/MaaAssistantArknights/MaaDownloadServer)
|
||||
- 公式ウェブサイト <https://www.maa.plus>: [maa-website](https://github.com/MaaAssistantArknights/maa-website)
|
||||
- 作業シェアサイト <https://www.prts.plus>: [フロントエンド](https://github.com/MaaAssistantArknights/maa-copilot-frontend)、[バックエンド](https://github.com/MaaAssistantArknights/MaaCopilotServer)
|
||||
- 新しいGUI:[MaaAsstElectronUI](https://github.com/MaaAssistantArknights/MaaAsstElectronUI) (開発中、貢献することを歓迎します!)
|
||||
- 更新サーバー:[MaaDownloadServer](https://github.com/MaaAssistantArknights/MaaDownloadServer)
|
||||
- 公式ウェブサイト <https://www.maa.plus>:[maa-website](https://github.com/MaaAssistantArknights/maa-website)
|
||||
- 作業シェアサイト <https://www.prts.plus>:[フロントエンド](https://github.com/MaaAssistantArknights/maa-copilot-frontend)、[バックエンド](https://github.com/MaaAssistantArknights/MaaCopilotServer)
|
||||
|
||||
## 謝辞
|
||||
|
||||
@@ -118,7 +118,7 @@ MAAは、MAA Assistant Arknightsです。
|
||||
- C++ Gzipカプセル化ライブラリ:[gzip-hpp](https://github.com/mapbox/gzip-hpp)
|
||||
- WPF MVVWフレームワーク:[Stylet](https://github.com/canton7/Stylet)
|
||||
- WPFコントロールライブラリ:[HandyControl](https://github.com/HandyOrg/HandyControl)
|
||||
- C# JSONライブラリ: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)
|
||||
- C# JSONライブラリ:[Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)
|
||||
- ダウンローダー:[aria2](https://github.com/aria2/aria2)
|
||||
|
||||
### データソース
|
||||
@@ -130,7 +130,7 @@ MAAは、MAA Assistant Arknightsです。
|
||||
|
||||
### 貢献/協力者
|
||||
|
||||
MAAをより良くするために開発・テストに貢献してくれたすべての友達に感謝します! (*´▽`)ノノ
|
||||
MAAをより良くするために開発・テストに貢献してくれたすべての友達に感謝します! (\*´▽`)ノノ
|
||||
|
||||
[](https://github.com/MaaAssistantArknights/MaaAssistantArknights/graphs/contributors)
|
||||
|
||||
@@ -170,7 +170,7 @@ Visual Studio 2019~~または以上のバージョン~~で `MeoAssistantArknight
|
||||
## 広告
|
||||
|
||||
[ユーザー研究グループ(Telegram)](https://t.me/+Mgc2Zngr-hs3ZjU1)
|
||||
自動作戦JSON作業シェア: <https://www.prts.plus>、[QQグループ1(満員)](https://jq.qq.com/?_wv=1027&k=ig786LJZ)、[QQグループ2(満員)](https://jq.qq.com/?_wv=1027&k=R3oleoKc)、[QQグループ3(満員)](https://jq.qq.com/?_wv=1027&k=mKdOnhWV)、[QQグループ4](https://jq.qq.com/?_wv=1027&k=ABkU8mCR)
|
||||
自動作戦JSON作業シェア:<https://www.prts.plus>、[QQグループ1(満員)](https://jq.qq.com/?_wv=1027&k=ig786LJZ)、[QQグループ2(満員)](https://jq.qq.com/?_wv=1027&k=R3oleoKc)、[QQグループ3(満員)](https://jq.qq.com/?_wv=1027&k=mKdOnhWV)、[QQグループ4](https://jq.qq.com/?_wv=1027&k=ABkU8mCR)
|
||||
[ビリビリ生放送](https://live.bilibili.com/2808861):毎晩ライブでコーディングします、最近はずっとこのソフトウェアのプログラミングすることばかりです~
|
||||
[アークナイツ無関係技術研究 & チャットグループ(QQ)](https://jq.qq.com/?_wv=1027&k=ypbzXcA2):インボリューション・ヘル!
|
||||
[開発者グループ(QQ)](https://jq.qq.com/?_wv=1027&k=JM9oCk3C)
|
||||
|
||||
@@ -97,10 +97,10 @@ MAA 的意思是 MAA Assistant Arknights
|
||||
|
||||
## 主要關聯項目
|
||||
|
||||
- 全新 GUI: [MaaAsstElectronUI](https://github.com/MaaAssistantArknights/MaaAsstElectronUI) (正在開發中,歡迎加入!)
|
||||
- 更新伺服器: [MaaDownloadServer](https://github.com/MaaAssistantArknights/MaaDownloadServer)
|
||||
- 官網 <https://www.maa.plus>: [maa-website](https://github.com/MaaAssistantArknights/maa-website)
|
||||
- 作業分享站 <https://www.prts.plus>: [前端](https://github.com/MaaAssistantArknights/maa-copilot-frontend) , [後端](https://github.com/MaaAssistantArknights/MaaCopilotServer)
|
||||
- 全新 GUI:[MaaAsstElectronUI](https://github.com/MaaAssistantArknights/MaaAsstElectronUI) (正在開發中,歡迎加入!)
|
||||
- 更新伺服器:[MaaDownloadServer](https://github.com/MaaAssistantArknights/MaaDownloadServer)
|
||||
- 官網 <https://www.maa.plus>:[maa-website](https://github.com/MaaAssistantArknights/maa-website)
|
||||
- 作業分享站 <https://www.prts.plus>:[前端](https://github.com/MaaAssistantArknights/maa-copilot-frontend) , [後端](https://github.com/MaaAssistantArknights/MaaCopilotServer)
|
||||
|
||||
## 致謝
|
||||
|
||||
@@ -118,7 +118,7 @@ MAA 的意思是 MAA Assistant Arknights
|
||||
- C++ Gzip封裝:[gzip-hpp](https://github.com/mapbox/gzip-hpp)
|
||||
- WPF MVVW框架:[Stylet](https://github.com/canton7/Stylet)
|
||||
- WPF部件庫:[HandyControl](https://github.com/HandyOrg/HandyControl)
|
||||
- C# JSON庫: [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)
|
||||
- C# JSON庫:[Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json)
|
||||
- 下載器:[aria2](https://github.com/aria2/aria2)
|
||||
|
||||
### 資料源
|
||||
@@ -130,7 +130,7 @@ MAA 的意思是 MAA Assistant Arknights
|
||||
|
||||
### 貢獻/參與者
|
||||
|
||||
感謝所有參與到開發/測試中的朋友們,是大家的幫助讓 MAA 越來越好! (*´▽`)ノノ
|
||||
感謝所有參與到開發/測試中的朋友們,是大家的幫助讓 MAA 越來越好! (\*´▽`)ノノ
|
||||
|
||||
[](https://github.com/MaaAssistantArknights/MaaAssistantArknights/graphs/contributors)
|
||||
|
||||
@@ -170,7 +170,7 @@ MAA 的意思是 MAA Assistant Arknights
|
||||
## 廣告
|
||||
|
||||
[用戶交流群(Telegram 群)](https://t.me/+Mgc2Zngr-hs3ZjU1)
|
||||
自動戰鬥 JSON 作業分享: <https://www.prts.plus> , [QQ 一群(已滿)](https://jq.qq.com/?_wv=1027&k=ig786LJZ),[QQ 二群(已滿)](https://jq.qq.com/?_wv=1027&k=R3oleoKc),[QQ 三群(已滿)](https://jq.qq.com/?_wv=1027&k=mKdOnhWV),[QQ 四群](https://jq.qq.com/?_wv=1027&k=ABkU8mCR)
|
||||
自動戰鬥 JSON 作業分享:<https://www.prts.plus> , [QQ 一群(已滿)](https://jq.qq.com/?_wv=1027&k=ig786LJZ),[QQ 二群(已滿)](https://jq.qq.com/?_wv=1027&k=R3oleoKc),[QQ 三群(已滿)](https://jq.qq.com/?_wv=1027&k=mKdOnhWV),[QQ 四群](https://jq.qq.com/?_wv=1027&k=ABkU8mCR)
|
||||
[Bilibili 直播間](https://live.bilibili.com/2808861):每晚直播敲代碼,近期很長一段時間應該都是在寫本軟體~
|
||||
[舟無關技術交流 & 吹水群(QQ 群)](https://jq.qq.com/?_wv=1027&k=ypbzXcA2):內捲地獄!
|
||||
[開發者群(QQ 群)](https://jq.qq.com/?_wv=1027&k=JM9oCk3C)
|
||||
|
||||
Reference in New Issue
Block a user