mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: cdn test
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -203,6 +203,15 @@ class _SettingPageState extends State<SettingPage> {
|
||||
),
|
||||
),
|
||||
),
|
||||
// TextButton(
|
||||
// onPressed: () async {
|
||||
// await LoginUtils.onLogout();
|
||||
// _isLogin.value = false;
|
||||
// SmartDialog.dismiss();
|
||||
// Get.back();
|
||||
// },
|
||||
// child: const Text('仅登出'),
|
||||
// ),
|
||||
TextButton(
|
||||
onPressed: () async {
|
||||
SmartDialog.showLoading();
|
||||
|
||||
Reference in New Issue
Block a user