优化登录功能

This commit is contained in:
2023-10-28 13:22:53 +08:00
parent 6153bcf9c0
commit 0640761299
3 changed files with 9 additions and 2 deletions

View File

@ -472,6 +472,7 @@ class HomeUIModel extends BaseUIModel {
// SystemHelper.checkAndLaunchRSILauncher(rsiLauncherInstalledPath);
goWebView("登录 RSI 账户", "https://robertsspaceindustries.com/connect",
loginMode: true, rsiLoginCallback: (data, ok) {
dPrint("======rsiLoginCallback=== $ok =====\n$data}");
isRsiLauncherStarting = false;
notifyListeners();
}, useLocalization: true);