mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-02 00:58:19 +08:00
mod: grpc reply: jump to vote
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -703,15 +703,16 @@ class ReplyItemGrpc extends StatelessWidget {
|
|||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: Theme.of(context).colorScheme.primary,
|
color: Theme.of(context).colorScheme.primary,
|
||||||
),
|
),
|
||||||
recognizer: TapGestureRecognizer()..onTap = () {}
|
recognizer: TapGestureRecognizer()
|
||||||
// Get.toNamed(
|
..onTap = () {
|
||||||
// '/webview',
|
Get.toNamed(
|
||||||
// parameters: {
|
'/webview',
|
||||||
// 'url': content.vote['url'],
|
parameters: {
|
||||||
// 'type': 'vote',
|
'url':
|
||||||
// 'pageTitle': content.vote.title,
|
'https://t.bilibili.com/vote/h5/index/#/result?vote_id=${content.vote.id}',
|
||||||
// },
|
},
|
||||||
// ),
|
);
|
||||||
|
},
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
return '';
|
return '';
|
||||||
|
|||||||
Reference in New Issue
Block a user