refactor: ♻️ 通知公告、字典重构

This commit is contained in:
ray
2024-10-03 17:42:51 +08:00
parent 476f257bc1
commit 3db4b2a6e5
25 changed files with 931 additions and 669 deletions

View File

@@ -1,15 +0,0 @@
/* 消息类型枚举 */
export const enum MessageTypeEnum {
/* 消息 */
MESSAGE = "SYSTEM_MESSAGE",
/* 通知 */
NOTICE = "NOTICE",
/* 待办 */
TODO = "TODO",
}
export const MessageTypeLabels = {
[MessageTypeEnum.MESSAGE]: "消息",
// [MessageTypeEnum.NOTICE]: "通知",
// [MessageTypeEnum.TODO]: "待办",
};