update 消息盒子支持按类型分组切换展示

This commit is contained in:
疯狂的狮子Li
2026-03-26 17:34:51 +08:00
parent 5be8fcf571
commit 1daa291bb6
4 changed files with 101 additions and 52 deletions
+1
View File
@@ -3,6 +3,7 @@ import { reactive } from 'vue';
export interface NoticeItem {
title?: string;
category?: string;
type?: string;
source?: string;
read: boolean;