fix: view read from reply

This commit is contained in:
bggRGjQaUbCoE
2024-09-26 15:52:54 +08:00
parent 381a44de4c
commit d10386d370

View File

@@ -727,7 +727,7 @@ InlineSpan buildContent(
Get.toNamed('/htmlRender', parameters: {
'url': 'https://www.bilibili.com/read/$matchStr',
'title': title,
'id': matchStr.substring(2),
'id': matchStr,
'dynamicType': 'read'
});
} else {