[add] Implement Bilibili style

This commit is contained in:
acite
2025-08-25 04:26:34 +08:00
parent d0a6497dd6
commit 484f158e17
12 changed files with 766 additions and 424 deletions

View File

@@ -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
}