feat: 系统消息

This commit is contained in:
guozhigq
2024-06-30 22:01:12 +08:00
parent 54253e7be6
commit 3c7189a260
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;