客户端升级奖励

This commit is contained in:
sk 2024-10-12 17:02:39 +08:00
parent 16c5dbcab6
commit 548681d435
1 changed files with 3 additions and 2 deletions

View File

@ -114,8 +114,8 @@ func AddMailClientUpgrade(snid int32, items []*webapi.ItemInfo) {
})
}
content := i18n.Tr("languages", "UpgradeTitle")
title := i18n.Tr("languages", "Upgrade")
title := i18n.Tr("languages", "UpgradeTitle")
content := i18n.Tr("languages", "Upgrade")
AddMail(&AddMailParam{
Tp: model.MSGTYPE_ITEM,
@ -123,5 +123,6 @@ func AddMailClientUpgrade(snid int32, items []*webapi.ItemInfo) {
Title: title,
Content: content,
Items: arr,
ShowId: model.HallAll,
})
}