mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +08:00
@@ -160,6 +160,14 @@ class _WhisperDetailPageState
|
||||
style: TextStyle(fontSize: 14),
|
||||
),
|
||||
),
|
||||
// ListTile(
|
||||
// onTap: () {
|
||||
// Get.back();
|
||||
// },
|
||||
// dense: true,
|
||||
// title: const Text('删除',
|
||||
// style: TextStyle(fontSize: 14)),
|
||||
// ),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
@@ -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