mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-09 18:50:11 +08:00
tweaks (#2426)
* opt: danmaku weight
* opt: cache clean
* opt: level img
* opt: play icon
* opt: svg big-vip
* opt: webview ua
* opt: simple dialog
* feat: export vtt
* tweak
* opt: mapIndexed
* feat: more subtitle
* refa: settings page
* feat: codec list options
* drawPath
Signed-off-by: dom <githubaccount56556@proton.me>
* custom dialog option
Signed-off-by: dom <githubaccount56556@proton.me>
* update
Signed-off-by: dom <githubaccount56556@proton.me>
* Revert "drawPath"
This reverts commit e8a4b19f0f.
* opt: _initStreamIndex
* fix: avoid gap
* fix: scale [skip ci]
* fix: hide repost menu not login
* tweaks
Signed-off-by: dom <githubaccount56556@proton.me>
---------
Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
committed by
GitHub
parent
3dee6a85e5
commit
9d94c72e95
@@ -22,6 +22,7 @@ import 'package:PiliPlus/utils/platform_utils.dart';
|
||||
import 'package:PiliPlus/utils/storage.dart';
|
||||
import 'package:PiliPlus/utils/utils.dart';
|
||||
import 'package:flutter/material.dart' hide ListTile;
|
||||
import 'package:flutter_svg/svg.dart';
|
||||
import 'package:get/get.dart';
|
||||
import 'package:material_design_icons_flutter/material_design_icons_flutter.dart';
|
||||
|
||||
@@ -274,11 +275,10 @@ class _MediaPageState extends CommonPageState<MinePage>
|
||||
Positioned(
|
||||
right: -1,
|
||||
bottom: -2,
|
||||
child: Image.asset(
|
||||
child: SvgPicture.asset(
|
||||
Assets.vipIcon,
|
||||
height: 19,
|
||||
cacheHeight: 19.cacheSize(context),
|
||||
semanticLabel: "大会员",
|
||||
semanticsLabel: "大会员",
|
||||
),
|
||||
),
|
||||
],
|
||||
@@ -315,13 +315,10 @@ class _MediaPageState extends CommonPageState<MinePage>
|
||||
overflow: .ellipsis,
|
||||
),
|
||||
),
|
||||
Image.asset(
|
||||
BiliUtils.levelName(
|
||||
levelInfo?.currentLevel ?? 0,
|
||||
isSeniorMember: userInfo.isSeniorMember == 1,
|
||||
),
|
||||
BiliUtils.levelPicture(
|
||||
levelInfo?.currentLevel ?? 0,
|
||||
isSeniorMember: userInfo.isSeniorMember == 1,
|
||||
height: 10,
|
||||
cacheHeight: 10.cacheSize(context),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user