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

@@ -202,6 +202,7 @@ class _LoginPageState extends State<LoginPage> {
context: context,
builder: (context) {
return SimpleDialog(
clipBehavior: Clip.hardEdge,
title: const Text('忘记密码?'),
contentPadding:
const EdgeInsets.fromLTRB(0.0, 2.0, 0.0, 16.0),
@@ -220,7 +221,7 @@ class _LoginPageState extends State<LoginPage> {
dense: false,
onTap: () async {
Get.back();
Get.toNamed('/webview', parameters: {
Get.toNamed('/webviewnew', parameters: {
'url':
'https://passport.bilibili.com/h5-app/passport/login/findPassword',
'type': 'url',
@@ -238,7 +239,7 @@ class _LoginPageState extends State<LoginPage> {
dense: false,
onTap: () async {
Get.back();
Get.toNamed('/webview', parameters: {
Get.toNamed('/webviewnew', parameters: {
'url':
'https://passport.bilibili.com/pc/passport/findPassword',
'type': 'url',