merge main

This commit is contained in:
guozhigq
2023-10-17 08:26:33 +08:00
8 changed files with 127 additions and 36 deletions

View File

@ -139,7 +139,7 @@ class _HtmlRenderPageState extends State<HtmlRenderPage>
IconButton(
onPressed: () {
Get.toNamed('/webview', parameters: {
'url': 'https:$url',
'url': url.startsWith('http') ? url : 'https:$url',
'type': 'url',
'pageTitle': title,
});