feat: video tags

This commit is contained in:
guozhigq
2024-11-02 22:24:59 +08:00
parent d082a77885
commit 294ea9e1b7
6 changed files with 111 additions and 13 deletions

View File

@ -387,7 +387,10 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
ExpandablePanel(
controller: _expandableCtr,
collapsed: const SizedBox(height: 0),
expanded: IntroDetail(videoDetail: widget.videoDetail!),
expanded: IntroDetail(
videoDetail: widget.videoDetail!,
videoTags: videoIntroController.videoTags,
),
theme: const ExpandableThemeData(
animationDuration: Duration(milliseconds: 300),
scrollAnimationDuration: Duration(milliseconds: 300),