mod: 合集season数据解析

This commit is contained in:
guozhigq
2023-06-24 12:14:25 +08:00
parent 4a94b6ba8c
commit f113cdc364
7 changed files with 231 additions and 5 deletions

View File

@ -76,7 +76,7 @@ class VideoIntroController extends GetxController {
userLogin = user.get(UserBoxKey.userLogin) != null;
}
// 获取视频简介
// 获取视频简介&分p
Future queryVideoIntro() async {
var result = await VideoHttp.videoIntro(bvid: bvid);
if (result['status']) {