Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 911fdab

Browse files
committed
额外赠予
1 parent aabd57c commit 911fdab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/model/mission.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const (
2929
MissionTypeModify = 65
3030
// 被回复
3131
MissionTypeReplied = 70
32-
// 额外奖励
32+
// 额外赠予
3333
MissionTypeAward = 80
3434
// 活跃奖励
3535
MissionTypeActive = 81

src/model/user_rich.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ var BalanceTypeMap = map[int]string{
2727
MissionTypeAppend: "增加附言",
2828
MissionTypeModify: "修改",
2929
MissionTypeReplied: "回复收益",
30+
MissionTypeAward: "额外赠予",
3031
MissionTypeActive: "活跃奖励",
3132
MissionTypeGift: "兑换物品",
3233
MissionTypeSpam: "Spam",

0 commit comments

Comments
 (0)