feat: 收到的赞

This commit is contained in:
guozhigq
2024-06-16 17:53:46 +08:00
parent 1ebbdfb6ca
commit b5ff6d1418
15 changed files with 636 additions and 24 deletions

View File

@ -18,19 +18,19 @@ class WhisperController extends GetxController {
{
'icon': Icons.alternate_email,
'title': '@ 我的',
'path': '',
'path': '/messageAt',
'count': 0,
},
{
'icon': Icons.thumb_up_outlined,
'title': '收到的赞',
'path': '',
'path': '/messageLike',
'count': 0,
},
{
'icon': Icons.notifications_none_outlined,
'title': '系统通知',
'path': '',
'path': '/messageSystem',
'count': 0,
}
].obs;