bugfix: translate donation notification type label

This commit is contained in:
tim
2026-02-12 16:41:53 +08:00
parent 011402e262
commit 716d6809a6

View File

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