mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +08:00
mod: scheme match
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -402,7 +402,7 @@ class PiliScheme {
|
|||||||
? pathSegments.getOrNull(1)
|
? pathSegments.getOrNull(1)
|
||||||
: pathSegments.first;
|
: pathSegments.first;
|
||||||
switch (area) {
|
switch (area) {
|
||||||
case 'opus':
|
case 'opus' || 'dynamic':
|
||||||
bool hasMatch = await _onPushDynDetail(path, off);
|
bool hasMatch = await _onPushDynDetail(path, off);
|
||||||
if (hasMatch.not) {
|
if (hasMatch.not) {
|
||||||
launchURL();
|
launchURL();
|
||||||
|
|||||||
Reference in New Issue
Block a user