mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-23 22:30:47 +08:00
Fix currentTime
This commit is contained in:
parent
63c8b05e1c
commit
043eadd149
@ -10,7 +10,7 @@ import kotlinx.io.core.Input
|
|||||||
/**
|
/**
|
||||||
* 时间戳
|
* 时间戳
|
||||||
*/
|
*/
|
||||||
val currentTime: Long = DateTime.nowUnixLong()
|
inline val currentTime: Long get() = DateTime.nowUnixLong()
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 设备名
|
* 设备名
|
||||||
|
Loading…
Reference in New Issue
Block a user