mod: use inappwebview

This commit is contained in:
bggRGjQaUbCoE
2024-09-06 17:58:08 +08:00
parent c5e7943c54
commit 365d2bc643
24 changed files with 310 additions and 43 deletions

View File

@@ -96,7 +96,7 @@ InlineSpan richNode(item, context) {
child: GestureDetector(
onTap: () {
Get.toNamed(
'/webview',
'/webviewnew',
parameters: {
'url': i.origText,
'type': 'url',
@@ -122,7 +122,7 @@ InlineSpan richNode(item, context) {
try {
String dynamicId = item.basic['comment_id_str'];
Get.toNamed(
'/webview',
'/webviewnew',
parameters: {
'url':
'https://t.bilibili.com/vote/h5/index/#/result?vote_id=${i.rid}&dynamic_id=$dynamicId&isWeb=1',