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:
@@ -176,7 +176,7 @@ class VideoCardHLater extends StatelessWidget {
|
||||
),
|
||||
const Spacer(),
|
||||
StatWidget(
|
||||
type: StatType.view,
|
||||
type: StatType.play,
|
||||
value: videoItem.stat?.view,
|
||||
),
|
||||
] else ...[
|
||||
@@ -207,7 +207,7 @@ class VideoCardHLater extends StatelessWidget {
|
||||
spacing: 8,
|
||||
children: [
|
||||
StatWidget(
|
||||
type: StatType.view,
|
||||
type: StatType.play,
|
||||
value: videoItem.stat?.view,
|
||||
),
|
||||
StatWidget(
|
||||
|
||||
Reference in New Issue
Block a user