消息界面通知按钮点击事件;新增通知界面

This commit is contained in:
2025-10-10 18:41:57 +08:00
parent 44cc76d2e3
commit d94e3b5c20
6 changed files with 154 additions and 28 deletions

View File

@@ -177,7 +177,7 @@ fun NotificationsScreen() {
modifier = Modifier
.size(24.dp)
.noRippleClickable {
// TODO: 实现通知功能
navController.navigate(NavigationRoute.NotificationScreen.route)
},
colorFilter = ColorFilter.tint(AppColors.text)
)