feat: 初步支持查看【回复我的】【at我】【收到的赞】内容

This commit is contained in:
orz12
2024-02-03 06:25:18 +08:00
parent 8abbab4c88
commit 4d9e15ad50
17 changed files with 1452 additions and 43 deletions

View File

@@ -16,25 +16,25 @@ class WhisperController extends GetxController {
{
"name":"回复我的",
"icon":Icons.message_outlined,
"route": "/",
"route": "/replyMe",
"value": 0
},
{
"name":"@我",
"icon":Icons.alternate_email_outlined,
"route": "/",
"route": "/atMe",
"value": 0
},
{
"name":"收到的赞",
"icon":Icons.favorite_border_outlined,
"route": "/",
"route": "/likeMe",
"value": 0
},
{
"name":"系统通知",
"icon":Icons.notifications_none_outlined,
"route": "/",
"route": "/sysMsg",
"value": 0
},
].obs;