mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -397,9 +397,10 @@ class ChatItem extends StatelessWidget {
|
||||
onTap: () async {
|
||||
Get.toNamed('/htmlRender', parameters: {
|
||||
'url': "https://www.bilibili.com/read/cv${content['rid']}/",
|
||||
// 'url': url.startsWith('//') ? url.split('//').last : url,
|
||||
'title': content['title'] ?? "",
|
||||
'id': "cv${content['rid']}",
|
||||
'dynamicType': "read"
|
||||
'dynamicType': "read" //content['template_id'] ?? "",
|
||||
});
|
||||
},
|
||||
child: Column(
|
||||
|
||||
Reference in New Issue
Block a user