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
e495b91d
Commit
e495b91d
authored
Mar 26, 2020
by
Him188
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
5982313d
102ebd72
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
CHANGELOG.md
CHANGELOG.md
+1
-1
buildSrc/src/main/kotlin/Versions.kt
buildSrc/src/main/kotlin/Versions.kt
+1
-1
docs/guide_quick_start.md
docs/guide_quick_start.md
+3
-3
No files found.
CHANGELOG.md
View file @
e495b91d
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
开发版本. 频繁更新, 不保证高稳定性
开发版本. 频繁更新, 不保证高稳定性
## `0.30.1` 2020/3/2
5
## `0.30.1` 2020/3/2
6
-
修复一些事件解析失败的问题
-
修复一些事件解析失败的问题
## `0.30.0` 2020/3/24
## `0.30.0` 2020/3/24
...
...
buildSrc/src/main/kotlin/Versions.kt
View file @
e495b91d
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
object
Versions
{
object
Versions
{
object
Mirai
{
object
Mirai
{
const
val
version
=
"0.30.
0
"
const
val
version
=
"0.30.
1
"
}
}
object
Kotlin
{
object
Kotlin
{
...
...
docs/guide_quick_start.md
View file @
e495b91d
# Mirai Guide - Quick Start
# Mirai Guide - Quick Start
由于 mirai 项目在快速推进中,因此内容时有变动,本文档的最后更新日期为
```2020/3/
1```
,对应版本
```0.23.0
```
由于 mirai 项目在快速推进中,因此内容时有变动,本文档的最后更新日期为
```2020/3/
26```
,对应版本
```0.30.1
```
本文适用于对 Kotlin 较熟悉的开发者,
本文适用于对 Kotlin 较熟悉的开发者,
使用 mirai 作为第三方依赖库引用任意一个 Kotlin, Java 或其他 JVM 平台的项目
使用 mirai 作为第三方依赖库引用任意一个 Kotlin, Java 或其他 JVM 平台的项目
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
## 构建需求
## 构建需求
-
Kotlin 1.
3.6
1 (必须)
-
Kotlin 1.
4-M
1 (必须)
-
JDK 6 或更高 (必须)
-
JDK 6 或更高 (必须)
-
Android SDK 29 (可选, 用于编译安卓目标)
-
Android SDK 29 (可选, 用于编译安卓目标)
...
@@ -93,4 +93,4 @@ bot.subscribeAlways<MemberPermissionChangedEvent> {
...
@@ -93,4 +93,4 @@ bot.subscribeAlways<MemberPermissionChangedEvent> {
if
(
it
.
kind
==
BECOME_OPERATOR
)
if
(
it
.
kind
==
BECOME_OPERATOR
)
reply
(
"${it.member.id} 成为了管理员"
)
reply
(
"${it.member.id} 成为了管理员"
)
}
}
```
```
\ No newline at end of file
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