mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 11:06:51 +08:00
lint
opt pages Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -259,7 +259,7 @@ class VideoCardH extends StatelessWidget {
|
||||
children: [
|
||||
if (showView)
|
||||
StatWidget(
|
||||
type: StatType.view,
|
||||
type: StatType.play,
|
||||
value: videoItem.stat.view,
|
||||
),
|
||||
if (showDanmaku)
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user