mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
parent
ffd8a0f880
commit
7ce808fbc8
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'SlimeRead'
|
||||
extClass = '.SlimeRead'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -58,7 +58,7 @@ data class PageListDto(@SerialName("book_temp_cap_unit") val pages: List<PageDto
|
||||
@Serializable
|
||||
data class PageDto(
|
||||
@SerialName("btcu_image") private val path: String,
|
||||
@SerialName("btcu_provider_host") private val hostId: Int,
|
||||
@SerialName("btcu_provider_host") private val hostId: Int?,
|
||||
) {
|
||||
val url by lazy {
|
||||
val baseUrl = when (hostId) {
|
||||
|
Loading…
Reference in New Issue
Block a user