From d10386d37010396d65337fbd1cafef0df80f3d0a Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Thu, 26 Sep 2024 15:52:54 +0800 Subject: [PATCH] fix: view `read` from reply --- lib/pages/video/detail/reply/widgets/reply_item.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/video/detail/reply/widgets/reply_item.dart b/lib/pages/video/detail/reply/widgets/reply_item.dart index 57c781b83..e4d38b717 100644 --- a/lib/pages/video/detail/reply/widgets/reply_item.dart +++ b/lib/pages/video/detail/reply/widgets/reply_item.dart @@ -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 {