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
bbd2f269
Commit
bbd2f269
authored
Feb 18, 2020
by
Him188
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README
parent
714137f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+3
-3
mirai-japt/README.md
mirai-japt/README.md
+2
-2
No files found.
README.md
View file @
bbd2f269
...
@@ -43,7 +43,7 @@ Mirai既可以作为你项目中的QQ协议支持Lib, 也可以作为单独的Ap
...
@@ -43,7 +43,7 @@ Mirai既可以作为你项目中的QQ协议支持Lib, 也可以作为单独的Ap
-
已支持大部分使用场景, 详情请在
[
Project
](
https://github.com/mamoe/mirai/projects/3
)
查看
-
已支持大部分使用场景, 详情请在
[
Project
](
https://github.com/mamoe/mirai/projects/3
)
查看
### mirai-core-timpc
### mirai-core-timpc
TIM PC (2.3.2 版本,2019 年 8 月)协议的实现
,相较于 core,仅新增少量 API. 详见
[
README.md
](
mirai-core-timpc/
)
TIM PC (2.3.2 版本,2019 年 8 月)协议的实现
支持的功能:
支持的功能:
-
消息收发:图片文字复合消息,图片消息
-
消息收发:图片文字复合消息,图片消息
-
群管功能:群员列表,禁言
-
群管功能:群员列表,禁言
...
@@ -75,7 +75,7 @@ Kotlin 在 Maven 上只支持 JVM 平台.
...
@@ -75,7 +75,7 @@ Kotlin 在 Maven 上只支持 JVM 平台.
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
net.mamoe
</groupId>
<groupId>
net.mamoe
</groupId>
<artifactId>
mirai-core-qqandroid
</artifactId>
<artifactId>
mirai-core-qqandroid
-jvm
</artifactId>
<version>
0.15.1
</version>
<!-- 替换版本为最新版本 -->
<version>
0.15.1
</version>
<!-- 替换版本为最新版本 -->
</dependency>
</dependency>
</dependencies>
</dependencies>
...
@@ -98,7 +98,7 @@ Mirai 核心由 API 模块(`mirai-core`)和协议模块组成。
...
@@ -98,7 +98,7 @@ Mirai 核心由 API 模块(`mirai-core`)和协议模块组成。
**jvm**
(JVM 平台)
**jvm**
(JVM 平台)
```
kotlin
```
kotlin
implementation
(
"net.mamoe:mirai-core-qqandroid:VERSION"
)
implementation
(
"net.mamoe:mirai-core-qqandroid
-jvm
:VERSION"
)
```
```
**common**
(通用平台)
**common**
(通用平台)
```
kotlin
```
kotlin
...
...
mirai-japt/README.md
View file @
bbd2f269
...
@@ -32,7 +32,7 @@ Mirai Java Apt
...
@@ -32,7 +32,7 @@ Mirai Java Apt
<dependencies>
<dependencies>
<dependency>
<dependency>
<groupId>
net.mamoe
</groupId>
<groupId>
net.mamoe
</groupId>
<artifactId>
mirai-core-qqandroid
</artifactId>
<artifactId>
mirai-core-qqandroid
-jvm
</artifactId>
<version>
CORE_VERSION
</version>
<!-- 替换版本为最新版本 -->
<version>
CORE_VERSION
</version>
<!-- 替换版本为最新版本 -->
</dependency>
</dependency>
...
@@ -51,7 +51,7 @@ repositories {
...
@@ -51,7 +51,7 @@ repositories {
}
}
dependencies
{
dependencies
{
implementation
(
"net.mamoe:mirai-core-qqandroid:CORE_VERSION"
)
implementation
(
"net.mamoe:mirai-core-qqandroid
-jvm
:CORE_VERSION"
)
implementation
(
"net.mamoe:mirai-japt:JAPT_VERSION"
)
implementation
(
"net.mamoe:mirai-japt:JAPT_VERSION"
)
}
}
```
```
...
...
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