mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 00:28:38 +00:00
@@ -126,7 +126,7 @@ class _PgcIntroPageState extends State<PgcIntroPage> {
|
||||
slivers: img.map((e) {
|
||||
return SliverToBoxAdapter(
|
||||
child: NetworkImgLayer(
|
||||
radius: 0,
|
||||
type: .emote,
|
||||
src: e.url,
|
||||
width: imgWidth,
|
||||
height: imgWidth * e.aspectRatio,
|
||||
@@ -153,7 +153,6 @@ class _PgcIntroPageState extends State<PgcIntroPage> {
|
||||
width: 115,
|
||||
height: 153,
|
||||
src: item.cover!,
|
||||
semanticsLabel: '封面',
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
@@ -5,6 +5,7 @@ import 'package:PiliPlus/models_new/pgc/pgc_info_model/new_ep.dart';
|
||||
import 'package:PiliPlus/models_new/video/video_detail/episode.dart'
|
||||
hide EpisodeItem;
|
||||
import 'package:PiliPlus/pages/video/controller.dart';
|
||||
import 'package:PiliPlus/utils/extension/num_ext.dart';
|
||||
import 'package:PiliPlus/utils/extension/theme_ext.dart';
|
||||
import 'package:PiliPlus/utils/storage_pref.dart';
|
||||
import 'package:PiliPlus/utils/utils.dart';
|
||||
@@ -191,6 +192,7 @@ class _PgcPanelState extends State<PgcPanel> {
|
||||
'assets/images/live.png',
|
||||
color: theme.primary,
|
||||
height: 12,
|
||||
cacheHeight: 12.cacheSize(context),
|
||||
semanticLabel: "正在播放:",
|
||||
),
|
||||
),
|
||||
@@ -212,6 +214,7 @@ class _PgcPanelState extends State<PgcPanel> {
|
||||
Image.asset(
|
||||
'assets/images/big-vip.png',
|
||||
height: 16,
|
||||
cacheHeight: 16.cacheSize(context),
|
||||
semanticLabel: "大会员",
|
||||
)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user