fix: 评论区 /? 链接跳转异常
This commit is contained in:
@ -645,7 +645,7 @@ InlineSpan buildContent(
|
||||
'',
|
||||
);
|
||||
} else {
|
||||
Uri uri = Uri.parse(matchStr);
|
||||
Uri uri = Uri.parse(matchStr.replaceAll('/?', '?'));
|
||||
SchemeEntity scheme = SchemeEntity(
|
||||
scheme: uri.scheme,
|
||||
host: uri.host,
|
||||
|
Reference in New Issue
Block a user