Merge branch 'main' into feature-minePage

This commit is contained in:
guozhigq
2024-10-01 11:47:47 +08:00
22 changed files with 233 additions and 75 deletions

View File

@ -94,6 +94,6 @@ class WebviewController extends GetxController {
},
),
)
..loadRequest(Uri.parse(url));
..loadRequest(Uri.parse(url.startsWith('http') ? url : 'https://$url'));
}
}