mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: use inappwebview
This commit is contained in:
@@ -84,8 +84,7 @@ class ChatItem extends StatelessWidget {
|
||||
final String emojiKey = match[0]!;
|
||||
print(emojiKey);
|
||||
if (emojiMap.containsKey(emojiKey)) {
|
||||
children.add(
|
||||
WidgetSpan(
|
||||
children.add(WidgetSpan(
|
||||
child: NetworkImgLayer(
|
||||
width: 18,
|
||||
height: 18,
|
||||
@@ -315,7 +314,7 @@ class ChatItem extends StatelessWidget {
|
||||
}
|
||||
} else {
|
||||
SmartDialog.showToast('未匹配到 BV 号');
|
||||
Get.toNamed('/webview',
|
||||
Get.toNamed('/webviewnew',
|
||||
arguments: {'url': i['jump_url']});
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user