mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-13 06:30:13 +08:00
Improve docs
This commit is contained in:
parent
e365990586
commit
d689c6c9d0
@ -30,9 +30,9 @@ import kotlin.jvm.Transient
|
||||
*
|
||||
*
|
||||
*
|
||||
* ### 显示方案
|
||||
* ## 显示方案
|
||||
*
|
||||
* #### 移动端
|
||||
* ### 移动端
|
||||
* 在移动客户端将会显示为卡片
|
||||
*
|
||||
* `<title>`: [DisplayStrategy.generateTitle]
|
||||
@ -62,7 +62,7 @@ import kotlin.jvm.Transient
|
||||
* |-------------------------|
|
||||
* ```
|
||||
*
|
||||
* #### PC 端
|
||||
* ### PC 端
|
||||
* 在部分 PC 端显示为类似移动端的卡片, 在其他 PC 端显示为以下格式
|
||||
* ```
|
||||
* 鸽子 A 2020/04/23 11:27:54
|
||||
@ -74,7 +74,7 @@ import kotlin.jvm.Transient
|
||||
* ```
|
||||
*
|
||||
*
|
||||
* ### 构造
|
||||
* ## 构造
|
||||
* - 使用 [DSL][buildForwardMessage]
|
||||
* - 通过 [MessageEvent] 集合转换: [toForwardMessage]
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user