mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: resolve cv url
This commit is contained in:
@@ -409,7 +409,7 @@ class PiliScheme {
|
||||
if (query != null && query['id'] != null) {
|
||||
id = 'cv${matchNum(query['id']!).first}';
|
||||
} else {
|
||||
id = 'cv${matchNum(path).first}';
|
||||
id = 'cv${matchNum(path).firstOrNull}';
|
||||
}
|
||||
Utils.toDupNamed('/htmlRender', parameters: {
|
||||
'url': value.toString(),
|
||||
|
||||
Reference in New Issue
Block a user