opt pages

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-06 13:46:39 +08:00
parent b149ee4998
commit 4a00b45c5c
43 changed files with 261 additions and 227 deletions

View File

@@ -259,7 +259,7 @@ class VideoCardH extends StatelessWidget {
children: [
if (showView)
StatWidget(
type: StatType.view,
type: StatType.play,
value: videoItem.stat.view,
),
if (showDanmaku)

View File

@@ -236,8 +236,8 @@ class VideoCardV extends StatelessWidget {
return Row(
children: [
StatWidget(
type: StatType.play,
value: videoItem.stat.view,
type: StatType.view,
),
if (videoItem.goto != 'picture') ...[
const SizedBox(width: 4),