mod: 侧边栏、动态重构,排行改为首页分区,平板、折叠屏、竖屏视频新适配,播放页可隐藏黑边、截图、点踩,弹幕粗细调整,默认关闭后台播放,弹窗接受返回

This commit is contained in:
orz12
2024-05-20 14:46:31 +08:00
parent fd51cddeca
commit 074bf03946
97 changed files with 4105 additions and 2672 deletions

View File

@@ -191,8 +191,8 @@ class VideoCardV extends StatelessWidget {
right: 0,
bottom: 0,
child: VideoPopupMenu(
size: 30,
iconSize: 16,
size: 29,
iconSize: 17,
videoItem: videoItem,
)),
]);
@@ -224,7 +224,8 @@ class VideoContent extends StatelessWidget {
),
],
),
const SizedBox(height: 2),
const Spacer(),
// const SizedBox(height: 2),
VideoStat(
videoItem: videoItem,
),