opt: intro panel

Closes #14

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-27 12:20:59 +08:00
parent d2a3d7bcd1
commit 5092650246
6 changed files with 268 additions and 72 deletions

View File

@@ -124,7 +124,7 @@ class VideoIntroController extends GetxController
// 获取视频简介&分p
void queryVideoIntro() async {
queryVideoTags();
await queryVideoTags();
var result = await VideoHttp.videoIntro(bvid: bvid);
if (result['status']) {
videoDetail.value = result['data']!;