[feat] UI optimization 3

This commit is contained in:
acite
2025-10-01 19:47:00 +08:00
parent 7c99ea394b
commit 603c2c38aa
17 changed files with 439 additions and 215 deletions

View File

@@ -10,6 +10,7 @@ object Global {
var sameClassVideos: List<Video>? = null
private set
var isFullScreen by mutableStateOf(false)
fun updateRelate(v: List<Video>, s: Video)
{
sameClassVideos = if (v.contains(s)) {