From e45a1268629baaf94a16920205bebc4fd3370901 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Fri, 7 Feb 2025 16:39:33 +0800 Subject: [PATCH] fix: handleWebview Signed-off-by: bggRGjQaUbCoE --- lib/utils/utils.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/utils.dart b/lib/utils/utils.dart index 8461627d..5ce8f7cd 100644 --- a/lib/utils/utils.dart +++ b/lib/utils/utils.dart @@ -373,7 +373,7 @@ class Utils { bool inApp = false, }) { if (inApp.not && GStorage.openInBrowser) { - if (RegExp(r'^(https?://)?((www|m).)?(bilibili|bv23).com') + if (RegExp(r'^(https?://)?((www|m).)?(bilibili|b23).(com|tv)') .hasMatch(url)) { toDupNamed( '/webview',