Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-11-14 09:17:26 +08:00
parent 0d4d92a202
commit 861365930d
49 changed files with 110 additions and 56 deletions

View File

@@ -3,7 +3,8 @@ enum MsgUnReadType {
reply('回复我的'),
at('@我'),
like('收到的赞'),
sysMsg('系统通知');
sysMsg('系统通知')
;
final String title;
const MsgUnReadType(this.title);