opt ugc intro

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-22 18:19:20 +08:00
parent a875ff3988
commit 55bed2e830
4 changed files with 98 additions and 98 deletions

View File

@@ -54,10 +54,11 @@ abstract class CommonIntroController extends GetxController {
}
Future<void> queryVideoTags() async {
videoTags.value = null;
var result = await UserHttp.videoTags(bvid: bvid);
if (result['status']) {
videoTags.value = result['data'];
} else {
videoTags.value = null;
}
}
}