[add] Implement Bilibili style
This commit is contained in:
		@@ -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