mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: pili scheme
This commit is contained in:
@@ -223,7 +223,7 @@ class PiliScheme {
|
||||
// },
|
||||
// );
|
||||
}
|
||||
} else if (scheme == 'https') {
|
||||
} else if (['http', 'https'].contains(scheme)) {
|
||||
fullPathPush(value);
|
||||
} else if (path.toLowerCase().startsWith('av')) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user