mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: view read from reply
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user