mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 16:48:16 +08:00
@@ -356,7 +356,6 @@ class _MediaPageState extends CommonPageState<MinePage, MineController>
|
|||||||
value: hasLevel
|
value: hasLevel
|
||||||
? levelInfo.currentExp! / levelInfo.nextExp!
|
? levelInfo.currentExp! / levelInfo.nextExp!
|
||||||
: 0,
|
: 0,
|
||||||
trackGap: hasLevel ? null : 0,
|
|
||||||
backgroundColor: theme.colorScheme.outline.withValues(
|
backgroundColor: theme.colorScheme.outline.withValues(
|
||||||
alpha: 0.4,
|
alpha: 0.4,
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -324,6 +324,7 @@ class _WebviewPageState extends State<WebviewPage> {
|
|||||||
SnackBar snackBar = SnackBar(
|
SnackBar snackBar = SnackBar(
|
||||||
content: const Text('当前网页将要打开外部链接,是否打开'),
|
content: const Text('当前网页将要打开外部链接,是否打开'),
|
||||||
showCloseIcon: true,
|
showCloseIcon: true,
|
||||||
|
persist: false,
|
||||||
action: SnackBarAction(
|
action: SnackBarAction(
|
||||||
label: '打开',
|
label: '打开',
|
||||||
onPressed: () => PageUtils.launchURL(url),
|
onPressed: () => PageUtils.launchURL(url),
|
||||||
|
|||||||
@@ -123,6 +123,11 @@ abstract class ThemeUtils {
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
pageTransitionsTheme: const PageTransitionsTheme(
|
||||||
|
builders: {
|
||||||
|
TargetPlatform.android: ZoomPageTransitionsBuilder(),
|
||||||
|
},
|
||||||
|
),
|
||||||
);
|
);
|
||||||
if (isDark) {
|
if (isDark) {
|
||||||
if (Pref.isPureBlackTheme) {
|
if (Pref.isPureBlackTheme) {
|
||||||
|
|||||||
@@ -783,10 +783,11 @@ packages:
|
|||||||
get:
|
get:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: get
|
path: "."
|
||||||
sha256: c79eeb4339f1f3deffd9ec912f8a923834bec55f7b49c9e882b8fef2c139d425
|
ref: "version_4.7.2"
|
||||||
url: "https://pub.dev"
|
resolved-ref: "92be28f3279717fc7f63969d144b97e16fff1e38"
|
||||||
source: hosted
|
url: "https://github.com/bggRGjQaUbCoE/getx.git"
|
||||||
|
source: git
|
||||||
version: "4.7.2"
|
version: "4.7.2"
|
||||||
glob:
|
glob:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
|
|||||||
@@ -40,7 +40,11 @@ dependencies:
|
|||||||
# 动态取色
|
# 动态取色
|
||||||
dynamic_color: ^1.8.1
|
dynamic_color: ^1.8.1
|
||||||
|
|
||||||
get: ^4.6.6
|
# get: ^4.7.2
|
||||||
|
get:
|
||||||
|
git:
|
||||||
|
url: https://github.com/bggRGjQaUbCoE/getx.git
|
||||||
|
ref: version_4.7.2
|
||||||
|
|
||||||
# 网络
|
# 网络
|
||||||
dio: ^5.7.0
|
dio: ^5.7.0
|
||||||
|
|||||||
Reference in New Issue
Block a user