update 消息盒子支持按类型分组切换展示
This commit is contained in:
@@ -3,6 +3,7 @@ import { reactive } from 'vue';
|
||||
|
||||
export interface NoticeItem {
|
||||
title?: string;
|
||||
category?: string;
|
||||
type?: string;
|
||||
source?: string;
|
||||
read: boolean;
|
||||
|
||||
Reference in New Issue
Block a user