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
5b60f9b8
Commit
5b60f9b8
authored
Dec 13, 2019
by
Him188
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix link 404
parent
3ecf7da6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
README.md
README.md
+1
-2
No files found.
README.md
View file @
5b60f9b8
...
@@ -92,7 +92,6 @@ Mirai 使用以下开源库:
...
@@ -92,7 +92,6 @@ Mirai 使用以下开源库:
-
[
pcap4j
](
https://github.com/kaitoy/pcap4j
)
-
[
pcap4j
](
https://github.com/kaitoy/pcap4j
)
-
[
atomicfu
](
https://github.com/Kotlin/kotlinx.atomicfu
)
-
[
atomicfu
](
https://github.com/Kotlin/kotlinx.atomicfu
)
-
[
ktor
](
https://github.com/ktorio/ktor
)
-
[
ktor
](
https://github.com/ktorio/ktor
)
-
[
klock
](
https://github.com/korlibs/klock
)
-
[
tornadofx
](
https://github.com/edvin/tornadofx
)
-
[
tornadofx
](
https://github.com/edvin/tornadofx
)
-
[
javafx
](
https://github.com/openjdk/jfx
)
-
[
javafx
](
https://github.com/openjdk/jfx
)
-
[
kotlinx-serialization
](
https://github.com/Kotlin/kotlinx.serialization
)
-
[
kotlinx-serialization
](
https://github.com/Kotlin/kotlinx.serialization
)
...
@@ -256,7 +255,7 @@ Mirai 中所有的消息均为对象化的 [Message](mirai-core/src/commonMain/k
...
@@ -256,7 +255,7 @@ Mirai 中所有的消息均为对象化的 [Message](mirai-core/src/commonMain/k
#### Image JVM
#### Image JVM
对于 JVM 平台, Mirai 提供额外的足以应对大多数情况的扩展函数:
对于 JVM 平台, Mirai 提供额外的足以应对大多数情况的扩展函数:
[
ExternalImageJvm
](
mirai-core/src/jvmMain/kotlin/net
.mamoe.
mirai/utils/ExternalImageJvm.kt
)
[
ExternalImageJvm
](
mirai-core/src/jvmMain/kotlin/net
/mamoe/
mirai/utils/ExternalImageJvm.kt
)
若有必要, 这些函数将会创建临时文件以避免使用内存缓存图片
若有必要, 这些函数将会创建临时文件以避免使用内存缓存图片
以下内容中,
`IMAGE`
可替换为
`ExternalImage`
,
`BufferedImage`
,
`File`
,
`InputStream`
,
`URL`
或
`Input`
(来自
`kotlinx.io`
)
以下内容中,
`IMAGE`
可替换为
`ExternalImage`
,
`BufferedImage`
,
`File`
,
`InputStream`
,
`URL`
或
`Input`
(来自
`kotlinx.io`
)
...
...
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