新增碎片&钻石

This commit is contained in:
chnxianyi
2025-09-11 18:00:55 +08:00
parent 8c3ded3e20
commit 03decff71d
8 changed files with 32 additions and 11 deletions

View File

@@ -9,6 +9,8 @@ const rewardSchema = new Schema({
xp: { type: Number, default: 0 },
coins: { type: Number, default: 0 },
cardfragments: { type: Number, default: 0 },
crystals: { type: Number, default: 0 },
cards: [{type: String}],
packs: [{type: String}],
decks: [{type: String}],