mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 16:48:43 +00:00
fix: view read from reply
This commit is contained in:
@@ -727,7 +727,7 @@ InlineSpan buildContent(
|
|||||||
Get.toNamed('/htmlRender', parameters: {
|
Get.toNamed('/htmlRender', parameters: {
|
||||||
'url': 'https://www.bilibili.com/read/$matchStr',
|
'url': 'https://www.bilibili.com/read/$matchStr',
|
||||||
'title': title,
|
'title': title,
|
||||||
'id': matchStr.substring(2),
|
'id': matchStr,
|
||||||
'dynamicType': 'read'
|
'dynamicType': 'read'
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user