Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-25 13:43:20 +08:00
parent 161bf2eedb
commit 20a36e8f9a
97 changed files with 596 additions and 436 deletions

View File

@@ -137,8 +137,9 @@ class LoginPageController extends GetxController
}
if (PlatformUtils.isDesktop) {
Get.dialog<Map<String, dynamic>>(
GeetestWebviewDialog(geeGt, geeChallenge),
showDialog<Map<String, dynamic>>(
context: Get.context!,
builder: (context) => GeetestWebviewDialog(geeGt, geeChallenge),
).then((res) {
if (res != null) {
updateCaptchaData(res);
@@ -341,8 +342,9 @@ class LoginPageController extends GetxController
TextEditingController textFieldController = TextEditingController();
String captchaKey = '';
Get.dialog(
AlertDialog(
showDialog(
context: Get.context!,
builder: (context) => AlertDialog(
titlePadding: const EdgeInsets.only(
left: 16,
top: 18,