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
f507169f
Commit
f507169f
authored
Sep 01, 2019
by
Him188moe
Committed by
GitHub
Sep 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
13361a73
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
README.md
README.md
+8
-4
No files found.
README.md
View file @
f507169f
...
@@ -8,7 +8,10 @@
...
@@ -8,7 +8,10 @@
一切开发旨在学习, 请勿用于非法用途
一切开发旨在学习, 请勿用于非法用途
### 代码结构
### 代码结构
Network部分使用 Kotlin 完成(因为kt有对 unsigned byte 的支持), 与插件相关性强(或任何其他在二次开发中容易接触的部分)均使用 Java 完成.
Network部分使用 Kotlin 完成(因为kt有对 unsigned byte 的支持).
与插件相关性强(或其他在二次开发中容易接触的部分)均使用 Java 完成,
同时也会针对kotlin提供优化的方法调用. 例如对'+'操作符的重载:
`String+BufferedImage+QQ.At+Face+URL+String+File`
将会被自动处理为String消息.
### TODO
### TODO
-
[x] 事件(Event)模块
-
[x] 事件(Event)模块
...
@@ -16,6 +19,7 @@ Network部分使用 Kotlin 完成(因为kt有对 unsigned byte 的支持), 与
...
@@ -16,6 +19,7 @@ Network部分使用 Kotlin 完成(因为kt有对 unsigned byte 的支持), 与
-
[x] Network - Touch
-
[x] Network - Touch
-
[X] Network - Login
-
[X] Network - Login
-
[X] Network - Session
-
[X] Network - Session
-
[ ] Network - Verification Code
**(Low priority)**
-
[X] Network - Message Receiving
-
[X] Network - Message Receiving
-
[ ] Network - Message Sending
**(Working on)**
-
[ ] Network - Message Sending
**(Working on)**
-
[ ] Network - Events
**(Working on)**
-
[ ] Network - Events
**(Working on)**
...
@@ -34,7 +38,7 @@ The project is all for <b>learning proposes</b> and still in <b>developing stage
...
@@ -34,7 +38,7 @@ The project is all for <b>learning proposes</b> and still in <b>developing stage
## 使用方法
## 使用方法
### 要求
### 要求
-
Java 11 或更高
-
Java 11 或更高
-
Kotlin
-
Kotlin
1.3 或更高
### 插件开发
### 插件开发
```
php
```
php
to
be
continued
to
be
continued
...
@@ -45,8 +49,8 @@ The project is all for <b>learning proposes</b> and still in <b>developing stage
...
@@ -45,8 +49,8 @@ The project is all for <b>learning proposes</b> and still in <b>developing stage
## Usage
## Usage
### Requirements
### Requirements
-
Java 11 or higher
-
Java 11 or higher
-
Kotlin
-
Kotlin
1.3 or higher
### Plugin Development
s
### Plugin Development
```
php
```
php
to
be
continued
to
be
continued
...
...
...
...
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