feat: add idiom explain and add mcping latency
This commit is contained in:
8 files changed
+90
-21
No files matched your search
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* Copyright © 2024 RTAkland
|
||||
* Author: RTAkland
|
||||
* Date: 2024/10/10
|
||||
*/
|
||||
|
||||
|
||||
package cn.rtast.fancybot.entity.apispace
|
||||
|
||||
data class IdiomExplainResponse(
|
||||
val data: List<Data>
|
||||
) {
|
||||
data class Data(
|
||||
val name: String,
|
||||
val sound: String,
|
||||
val explanation: String,
|
||||
val provenance: String,
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user