1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-15 07:37:08 +08:00

Update README-eng.md

This commit is contained in:
Him188 2020-07-26 15:11:12 +08:00 committed by GitHub
parent 9b01940662
commit 4425cef822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
# Mirai
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7d0ec3ea244b424f93a6f59038a9deeb)](https://www.codacy.com/manual/Him188/mirai?utm_source=github.com&utm_medium=referral&utm_content=mamoe/mirai&utm_campaign=Badge_Grade)
Mirai is a high-performance multi-platform library, as well as a framework, providing chatting protocol support for Tencent QQ.
Mirai is a high-performance multi-platform library, as well as a framework, providing protocol support for Tencent QQ.
Mirai is designed to handle all sorts of messaging jobs that can be automatically done by bots **in a perfect way**.
Mirai is designed to handle all sorts of messaging works that can be automatically done by bots **in a perfect way**.
> Tencent QQ: A modern messaging software used by all Chinese netizens.
@ -14,8 +14,8 @@ Mirai is designed to handle all sorts of messaging jobs that can be automaticall
### Use as a framework
Mirai is able to run as plugin-supported framework.
Mirai is building a community (with `mirai-console`) that allows developers to share their plugins, and for users to install plugins quickly.
Mirai is able to run as a plugin-supported framework.
The community, (with `mirai-console`) that allows developers to share their plugins, and for users to install plugins quickly, is building in progress.
- JVM languages like `Java` or `Kotlin` Make Jar plugin for [mirai-console](https://github.com/mamoe/mirai-console) directly and share with other developers through the plugin center.
- `Kotlin Script` [mirai-kts](https://github.com/iTXTech/mirai-kts) supports plugins using Kotlin Scripts (`kts`)**OpenJDK 8+ onlyexcept Android**
@ -23,7 +23,7 @@ Mirai is building a community (with `mirai-console`) that allows developers to s
- `JavaScript` [mirai-js](https://github.com/iTXTech/mirai-js) supports plugins using `JavaScript` and inter-operate with **mirai** on JVM directly.
- Any languageUse HTTP API from [mirai-api-http](https://github.com/mamoe/mirai-api-http)
**Though only Jar plugins are supported officially, you can use these bridges that are created and maintained by the community**:
**Though only Jar plugins are supported officially, language bridges that are maintained by the community can connect with your knowledge.**:
- `Python`: [python-mirai](https://github.com/NatriumLab/python-mirai) A Bot framework based on `mirai-api-http`.
- `JavaScript`(`Node.js`): [node-mirai](https://github.com/RedBeanN/node-mirai) The Node.js SDK for mirai.