From 53e44db8179c67cc0290258a953a0aeb47dbe373 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Sun, 21 Jul 2024 16:57:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=94=AE=E8=AF=8A=E6=96=AD=EF=BC=9A?= =?UTF-8?q?=E5=B0=86=E4=BF=AE=E6=94=B9=E4=B8=AD=E6=96=87=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=90=8D=E6=8C=87=E5=BC=95=20=E6=9B=B4=E6=8D=A2=E4=B8=BA=20?= =?UTF-8?q?=E6=96=B0=E5=BB=BA=E4=B8=80=E4=B8=AA=E8=8B=B1=E6=96=87=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=91=98=E8=B4=A6=E6=88=B7=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E5=A4=AA=E5=9B=B0=E9=9A=BE=E4=B8=94=E9=A3=8E?= =?UTF-8?q?=E9=99=A9=E8=BE=83=E9=AB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close https://github.com/StarCitizenToolBox/app/issues/41 --- lib/ui/home/game_doctor/game_doctor_ui_model.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/home/game_doctor/game_doctor_ui_model.dart b/lib/ui/home/game_doctor/game_doctor_ui_model.dart index 91dabbd..822fe37 100644 --- a/lib/ui/home/game_doctor/game_doctor_ui_model.dart +++ b/lib/ui/home/game_doctor/game_doctor_ui_model.dart @@ -103,7 +103,7 @@ class HomeGameDoctorUIModel extends _$HomeGameDoctorUIModel { showToast(context, S.current.doctor_action_result_redirect_warning); await Future.delayed(const Duration(milliseconds: 300)); launchUrlString( - "https://btfy.eu.org/?q=5L+u5pS5d2luZG93c+eUqOaIt+WQjeS7juS4reaWh+WIsOiLseaWhw=="); + "https://jingyan.baidu.com/article/59703552a318a08fc0074021.html"); break; default: showToast(context, S.current.doctor_action_result_issue_not_supported);