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
f496c943
Commit
f496c943
authored
Mar 30, 2020
by
Him188
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
90b83afc
c35a7b28
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
CHANGELOG.md
CHANGELOG.md
+3
-0
README.md
README.md
+1
-0
buildSrc/src/main/kotlin/Versions.kt
buildSrc/src/main/kotlin/Versions.kt
+1
-1
No files found.
CHANGELOG.md
View file @
f496c943
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
开发版本. 频繁更新, 不保证高稳定性
开发版本. 频繁更新, 不保证高稳定性
## `0.31.1` 2020/3/29
-
修复重复解析禁言事件的问题 (#83)
## `0.31.0` 2020/3/29
## `0.31.0` 2020/3/29
-
支持长消息发送, 单条消息最多含 4500 字符和 50 张图片
-
支持长消息发送, 单条消息最多含 4500 字符和 50 张图片
-
支持戳一戳消息:
`PokeMessage`
-
支持戳一戳消息:
`PokeMessage`
...
...
README.md
View file @
f496c943
...
@@ -49,6 +49,7 @@ Mirai 源码完全开放, 您可以参考 Mirai 的协议实现来开发其他
...
@@ -49,6 +49,7 @@ Mirai 源码完全开放, 您可以参考 Mirai 的协议实现来开发其他
-
(社区)
`C`
,
`C++`
等原生语言:
[
mirai-native
](
https://github.com/iTXTech/mirai-native
)
支持酷Q插件在mirai上运行
-
(社区)
`C`
,
`C++`
等原生语言:
[
mirai-native
](
https://github.com/iTXTech/mirai-native
)
支持酷Q插件在mirai上运行
-
(社区)
`Python`
:
[
python-mirai
](
https://github.com/Chenwe-i-lin/python-mirai
)
基于
`Mirai-http-api`
的 Mirai Framework for Python
-
(社区)
`Python`
:
[
python-mirai
](
https://github.com/Chenwe-i-lin/python-mirai
)
基于
`Mirai-http-api`
的 Mirai Framework for Python
-
(社区)
`JavaScript`
(
`NodeJS`
)
[
node-mirai
](
https://github.com/RedBeanN/node-mirai
)
Mirai的NodeJs SDK
-
(社区)
`JavaScript`
(
`NodeJS`
)
[
node-mirai
](
https://github.com/RedBeanN/node-mirai
)
Mirai的NodeJs SDK
-
(社区)
`Go`
[
gomirai
](
https://github.com/Logiase/gomirai
)
适配MiraiHttpApi与Mirai的Go SDK
-
(官方)其他任意语言:
[
mirai HTTP 接口
](
https://github.com/mamoe/mirai-api-http
)
进行接入
-
(官方)其他任意语言:
[
mirai HTTP 接口
](
https://github.com/mamoe/mirai-api-http
)
进行接入
#### 使用 mirai 为第三方依赖库引入项目
#### 使用 mirai 为第三方依赖库引入项目
...
...
buildSrc/src/main/kotlin/Versions.kt
View file @
f496c943
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
object
Versions
{
object
Versions
{
object
Mirai
{
object
Mirai
{
const
val
version
=
"0.31.
0
"
const
val
version
=
"0.31.
1
"
}
}
object
Kotlin
{
object
Kotlin
{
...
...
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