opt pages

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-05 14:57:54 +08:00
parent b960359a39
commit 707d2f4b07
66 changed files with 1165 additions and 481 deletions

View File

@@ -165,7 +165,7 @@ class VideoCardHMemberVideo extends StatelessWidget {
),
),
const SizedBox(width: 10),
videoContent(context, theme),
content(context, theme),
],
);
},
@@ -185,7 +185,7 @@ class VideoCardHMemberVideo extends StatelessWidget {
);
}
Widget videoContent(BuildContext context, ThemeData theme) {
Widget content(BuildContext context, ThemeData theme) {
final isCurr = fromViewAid == videoItem.param ||
(videoItem.bvid != null && videoItem.bvid == bvid);
return Expanded(
@@ -221,13 +221,13 @@ class VideoCardHMemberVideo extends StatelessWidget {
),
const SizedBox(height: 3),
Row(
spacing: 8,
children: [
StatView(
context: context,
theme: 'gray',
value: videoItem.stat.viewStr,
),
const SizedBox(width: 8),
StatDanMu(
context: context,
theme: 'gray',