Skip to content

Commit

Permalink
doc: update document ref
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Nov 23, 2024
1 parent d517c61 commit 9002e50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions docs/en_us/2.1-Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,15 @@
## NodeJS

- Interface Status:
- Full functionality available 🚧
- Main functions available ✔️
- CustomController ✔️
- Full functionality available ✔️
- Sample provided ✔️
- Unit Testing via CI ✔️
- Standardized interface ✔️
- Protocol parsing encapsulation ✔️
- [Repository](https://github.com/MaaXYZ/MaaFramework/tree/main/source/binding/NodeJS)
- [Download](https://npmjs.com/@nekosu/maa-node)
- [Repository](https://github.com/neko-para/maa-node)
- [Source](https://github.com/neko-para/maa-node/blob/main/sample/simpleLauncher.ts)
- [Unit Testing](https://github.com/neko-para/maa-node/tree/main/test)
- [Sample](https://github.com/MaaXYZ/MaaFramework/tree/main/sample/nodejs)
- [Unit Testing](https://github.com/MaaXYZ/MaaFramework/tree/main/test/nodejs)

## Java

Expand Down
6 changes: 3 additions & 3 deletions docs/zh_cn/2.1-集成文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
- CI 单元测试 ✔️
- 标准化接口 ✔️
- 协议解析封装 ✔️
- [仓库地址](https://github.com/neko-para/maa-node)
- [仓库地址](https://github.com/MaaXYZ/MaaFramework/tree/main/source/binding/NodeJS)
- [下载地址](https://npmjs.com/@nekosu/maa-node)
- [集成示例](https://github.com/neko-para/maa-node/blob/main/sample/simpleLauncher.ts)
- [单元测试](https://github.com/neko-para/maa-node/tree/main/test)
- [集成示例](https://github.com/MaaXYZ/MaaFramework/tree/main/sample/nodejs)
- [单元测试](https://github.com/MaaXYZ/MaaFramework/tree/main/test/nodejs)

## Java

Expand Down

0 comments on commit 9002e50

Please sign in to comment.