From 46bc2ceb783e072f1da312a91ce196346c26709e Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Fri, 14 Feb 2025 21:52:57 +0800 Subject: [PATCH] mod: scheme match Signed-off-by: bggRGjQaUbCoE --- lib/utils/app_scheme.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/app_scheme.dart b/lib/utils/app_scheme.dart index d07c308fc..5521f6532 100644 --- a/lib/utils/app_scheme.dart +++ b/lib/utils/app_scheme.dart @@ -402,7 +402,7 @@ class PiliScheme { ? pathSegments.getOrNull(1) : pathSegments.first; switch (area) { - case 'opus': + case 'opus' || 'dynamic': bool hasMatch = await _onPushDynDetail(path, off); if (hasMatch.not) { launchURL();