[feat] Video Group

This commit is contained in:
acite
2025-09-26 03:09:14 +08:00
parent 756c2ea9f8
commit e38d77b2f6
5 changed files with 244 additions and 186 deletions

View File

@@ -10,5 +10,6 @@ data class VideoResponse(
val comment: List<Comment>,
val star: Boolean,
val like: Int,
val author: String
val author: String,
val group: String?
)