Compare commits

..

3 Commits

Author SHA1 Message Date
Tim
e20b839bbd Merge pull request #1143 from nagisa77/codex/bugfix/donation-zh-translation
bugfix: translate donation notification type label
2026-02-12 16:43:35 +08:00
tim
716d6809a6 bugfix: translate donation notification type label 2026-02-12 16:41:53 +08:00
Tim
011402e262 Merge pull request #1142 from nagisa77/codex/bugfix/reaction-websocket-sync
bugfix: sync message reactions via websocket
2026-02-11 20:37:45 +08:00

View File

@@ -803,6 +803,8 @@ const formatType = (t) => {
return '有人申请兑换奶茶'
case 'POINT_REDEEM':
return '有人申请积分兑换'
case 'DONATION':
return '有人打赏了你'
case 'LOTTERY_WIN':
return '抽奖中奖了'
case 'LOTTERY_DRAW':