migration

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-11-13 10:12:57 +08:00
parent 686af4a330
commit c0dbd6cbb2
5 changed files with 16 additions and 6 deletions

View File

@@ -356,7 +356,6 @@ class _MediaPageState extends CommonPageState<MinePage, MineController>
value: hasLevel
? levelInfo.currentExp! / levelInfo.nextExp!
: 0,
trackGap: hasLevel ? null : 0,
backgroundColor: theme.colorScheme.outline.withValues(
alpha: 0.4,
),

View File

@@ -324,6 +324,7 @@ class _WebviewPageState extends State<WebviewPage> {
SnackBar snackBar = SnackBar(
content: const Text('当前网页将要打开外部链接,是否打开'),
showCloseIcon: true,
persist: false,
action: SnackBarAction(
label: '打开',
onPressed: () => PageUtils.launchURL(url),

View File

@@ -123,6 +123,11 @@ abstract class ThemeUtils {
},
),
),
pageTransitionsTheme: const PageTransitionsTheme(
builders: {
TargetPlatform.android: ZoomPageTransitionsBuilder(),
},
),
);
if (isDark) {
if (Pref.isPureBlackTheme) {