fix: fix bili card share bug and improve bv parser
This commit is contained in:
6 files changed
+52
-18
No files matched your search
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright © 2024 RTAkland
|
||||
* Author: RTAkland
|
||||
* Date: 2024/9/13
|
||||
*/
|
||||
|
||||
|
||||
package cn.rtast.fancybot.entity.bili
|
||||
|
||||
data class UserStat(
|
||||
val data: Data
|
||||
) {
|
||||
data class Data(
|
||||
val follower: Int
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user