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

@@ -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),