Merge pull request #1143 from nagisa77/codex/bugfix/donation-zh-translation

bugfix: translate donation notification type label
This commit is contained in:
Tim
2026-02-12 16:43:35 +08:00
committed by GitHub

View File

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