feat: 系统消息

This commit is contained in:
guozhigq
2024-06-30 22:01:12 +08:00
parent 0031b22902
commit c7ba9dc97b
7 changed files with 226 additions and 3 deletions

View File

@ -71,7 +71,7 @@ class _WhisperPageState extends State<WhisperPage> {
..._whisperController.noticesList.map((element) {
return InkWell(
onTap: () {
if (['/messageAt', '/messageSystem']
if (['/messageAt']
.contains(element['path'])) {
SmartDialog.showToast('功能开发中');
return;