feat: 投稿、番剧合集整理

This commit is contained in:
guozhigq
2024-04-06 15:26:53 +08:00
parent de3b3d2c98
commit 34fc3b08e6
2 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,6 @@ class _VideoDetailPageState extends State<VideoDetailPage>
} }
}, },
), ),
bottomList: vdCtr.bottomList,
); );
}, },
); );

View File

@ -83,6 +83,7 @@ class _HeaderControlState extends State<HeaderControl> {
/// 设置面板 /// 设置面板
void showSettingSheet() { void showSettingSheet() {
// Scaffold.of(context).openDrawer();
showModalBottomSheet( showModalBottomSheet(
elevation: 0, elevation: 0,
context: context, context: context,