chore: use local json file instead of api

This commit is contained in:
2024-10-06 18:20:53 +08:00
parent 8f7a5e5f0e
commit 956b29d076
5 files changed
+25 -15

No files matched your search

@@ -1,22 +1,17 @@
/*
* Copyright © 2024 RTAkland
* Author: RTAkland
* Date: 2024/9/29
* Date: 2024/10/6
*/
package cn.rtast.fancybot.entity.setu
data class SetuV2(
data class SetuV3(
val pid: Long,
val uid: Long,
val title: String,
val author: String,
val urls: URLS,
val url: String,
val r18: Boolean,
val tags: List<String>
) {
data class URLS(
val regular: String,
)
}
)