[add] Implement Bilibili style
This commit is contained in:
@@ -6,8 +6,6 @@ import androidx.compose.runtime.setValue
|
||||
import com.acitelight.aether.model.Video
|
||||
|
||||
object Global {
|
||||
var videoName: String = ""
|
||||
var videoClass: String = ""
|
||||
var loggedIn by mutableStateOf(false)
|
||||
var video: Video? = null
|
||||
var sameClassVideos: List<Video>? = null
|
||||
}
|
||||
Reference in New Issue
Block a user