Commit 80c477b4 authored by Him188's avatar Him188

Improve documents

parent 56073012
......@@ -54,6 +54,8 @@ public expect open class BotConfiguration() : BotConfigurationBase {
/**
* 使用特定由 [DeviceInfoData] 序列化产生的 JSON 的设备信息
*
* @see deviceInfo
*/
@SinceMirai("1.2.0")
public fun loadDeviceInfoJson(json: String)
......
......@@ -57,6 +57,8 @@ public actual open class BotConfiguration : BotConfigurationBase() { // open for
/**
* 使用特定由 [DeviceInfoData] 序列化产生的 JSON 的设备信息
*
* @see deviceInfo
*/
@SinceMirai("1.2.0")
public actual fun loadDeviceInfoJson(json: String) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment