[add] Implement Bilibili style
This commit is contained in:
@@ -25,4 +25,5 @@ class Video constructor(
|
||||
KeyImage(url = "${ApiClient.base}api/video/$klass/$id/gallery/$it?token=$token", key = "$klass/$id/gallery/$it")
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package com.acitelight.aether.model
|
||||
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
data class VideoQueryIndex(
|
||||
val klass: String,
|
||||
val id: String
|
||||
)
|
||||
Reference in New Issue
Block a user