mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: 新增不感兴趣功能;优化access_key刷新反馈
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user