Merge branch 'fix'

This commit is contained in:
guozhigq
2024-06-25 00:12:03 +08:00

View File

@ -645,7 +645,7 @@ InlineSpan buildContent(
'', '',
); );
} else { } else {
Uri uri = Uri.parse(matchStr); Uri uri = Uri.parse(matchStr.replaceAll('/?', '?'));
SchemeEntity scheme = SchemeEntity( SchemeEntity scheme = SchemeEntity(
scheme: uri.scheme, scheme: uri.scheme,
host: uri.host, host: uri.host,