feat: 新增不感兴趣功能;优化access_key刷新反馈

This commit is contained in:
orz12
2024-06-14 16:46:36 +08:00
parent ed6651bf7e
commit 72ba9f7062
6 changed files with 309 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ class _PrivacySettingState extends State<PrivacySetting> {
if (res['status']) {
SmartDialog.showToast(res['msg']);
} else {
SmartDialog.showToast('刷新失败:${res['msg']}');
SmartDialog.showToast("刷新失败:${res['msg']}");
}
},
dense: false,