mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-19 01:56:53 +08:00
revert image cache patch
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -7,6 +7,7 @@ import 'package:PiliPlus/models_new/video/video_detail/episode.dart'
|
||||
hide EpisodeItem;
|
||||
import 'package:PiliPlus/pages/video/controller.dart';
|
||||
import 'package:PiliPlus/utils/accounts.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';
|
||||
@@ -193,7 +194,7 @@ class _PgcPanelState extends State<PgcPanel> {
|
||||
Assets.livingStatic,
|
||||
color: theme.primary,
|
||||
height: 12,
|
||||
cacheHeight: 12,
|
||||
cacheHeight: 12.cacheSize,
|
||||
semanticLabel: "正在播放:",
|
||||
),
|
||||
),
|
||||
@@ -215,7 +216,7 @@ class _PgcPanelState extends State<PgcPanel> {
|
||||
Image.asset(
|
||||
Assets.vipIcon,
|
||||
height: 16,
|
||||
cacheHeight: 16,
|
||||
cacheHeight: 16.cacheSize,
|
||||
semanticLabel: "大会员",
|
||||
)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user