新增毛玻璃主题

This commit is contained in:
DelLevin-Home
2026-08-12 22:28:33 +08:00
parent be3299a0b3
commit ad6ab51afd
78 changed files with 672 additions and 237 deletions

View File

@@ -45,7 +45,7 @@ mixin _LinkHandlingMixin on State<ReaderScreen> {
} else if (linkHandling == ReaderLinkHandling.ask) {
if (mounted && context.mounted) {
final shouldOpen =
await showDialog<bool>(
await appDialog<bool>(
context: context,
builder: (context) => AlertDialog(
title: const Text('打开外部链接'),