Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Mirai
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Mirai
Commits
c1faf794
Commit
c1faf794
authored
Jan 26, 2020
by
Him188
Committed by
GitHub
Jan 26, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
1998d8fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
21 deletions
+22
-21
README.md
README.md
+22
-21
No files found.
README.md
View file @
c1faf794
...
@@ -5,9 +5,8 @@
...
@@ -5,9 +5,8 @@
[

](https://bintray.com/him188moe/mirai/mirai-core/)
[

](https://bintray.com/him188moe/mirai/mirai-core/)
**[English](README-eng.md)**
**[English](README-eng.md)**
**TIM PC 协议**
跨平台 QQ 协议支持库.
**TIM PC 和 QQ Android 协议**
跨平台 QQ 协议支持库.
**纯 Kotlin 实现协议和支持框架. 目前可运行在 JVM 或 Android.**
**纯 Kotlin 实现协议和支持框架. 目前可运行在 JVM 或 Android.**
部分协议来自网络上开源项目.
**一切开发旨在学习,请勿用于非法用途**
**一切开发旨在学习,请勿用于非法用途**
...
@@ -17,17 +16,6 @@
...
@@ -17,17 +16,6 @@
在
[
Project
](
https://github.com/mamoe/mirai/projects/1
)
查看已支持功能和计划
在
[
Project
](
https://github.com/mamoe/mirai/projects/1
)
查看已支持功能和计划
在
[
UpdateLog
](
https://github.com/mamoe/mirai/blob/master/UpdateLog.md
)
查看版本更新记录
在
[
UpdateLog
](
https://github.com/mamoe/mirai/blob/master/UpdateLog.md
)
查看版本更新记录
## Contribution
我们 (Mamoe, NaturalHG & Him188) 将会一直维护这个项目,除非遇到不可抗力因素。
我们欢迎一切形式的贡献。
我们也期待有更多人能加入 Mirai 的开发。
若在使用过程中有任何疑问, 可提交 issue 或是邮件联系(support@mamoe.net). 我们希望 Mirai 变得更易用.
您的 star 是对我们最大的鼓励(点击项目右上角);
## Features
## Features
#### mirai-core
#### mirai-core
通用 API 模块,请参考此模块调用 Mirai.
通用 API 模块,请参考此模块调用 Mirai.
...
@@ -46,9 +34,11 @@ QQ for Android (8.2.0 版本,2019 年 12 月)协议的实现,目前还
...
@@ -46,9 +34,11 @@ QQ for Android (8.2.0 版本,2019 年 12 月)协议的实现,目前还
开发进度:
开发进度:
-
完成 密码登录 (2020/1/23)
-
完成 密码登录 (2020/1/23)
-
进行中 验证码登录
-
完成 群消息解析 (2020/1/25)
-
进行中 消息解析
-
进行中 免密登录
-
进行中 图片上传下载
-
进行中 图片验证码登录
-
进行中 消息解析和发送
-
进行中 图片上传和下载
## Use directly
## Use directly
**直接使用Mirai(终端环境/网页面板(将来)).**
**直接使用Mirai(终端环境/网页面板(将来)).**
...
@@ -87,8 +77,19 @@ implementation("net.mamoe:mirai-core-timpc-android:VERSION")
...
@@ -87,8 +77,19 @@ implementation("net.mamoe:mirai-core-timpc-android:VERSION")
Android 上, Mirai 运行需使用 80M 内存.
Android 上, Mirai 运行需使用 80M 内存.
JVM 上需 120M-150M 内存
JVM 上需 120M-150M 内存
## Contribution
我们 (Mamoe, NaturalHG & Him188) 将会一直维护这个项目,除非遇到不可抗力因素。
我们欢迎一切形式的贡献。
我们也期待有更多人能加入 Mirai 的开发。
若在使用过程中有任何疑问, 可提交 issue 或是邮件联系(support@mamoe.net). 我们希望 Mirai 变得更易用.
您的 star 是对我们最大的鼓励(点击项目右上角);
## Wiki
## Wiki
在
[
Wiki
](
https://github.com/mamoe/mirai/wiki/Development-Guide---Kotlin
)
中查看各类帮助
在
[
Wiki
](
https://github.com/mamoe/mirai/wiki/Development-Guide---Kotlin
)
中查看各类帮助
,如 API 示例。
## Try
## Try
...
@@ -115,9 +116,9 @@ bot.subscribeAlways<MemberPermissionChangedEvent> {
...
@@ -115,9 +116,9 @@ bot.subscribeAlways<MemberPermissionChangedEvent> {
## Build Requirements
## Build Requirements
-
Kotlin 1.3.61
-
Kotlin 1.3.61
-
JDK 8
-
JDK 8
(required)
-
Android SDK 29
-
Android SDK 29
(for Android target, optional)
#### Libraries used
#### Libraries used
感谢:
感谢:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment