1. 礼物特效

This commit is contained in:
李琦
2026-08-03 12:34:55 +08:00
parent 170102b0d8
commit 50f1e09569
4 changed files with 505 additions and 266 deletions

View File

@@ -86,16 +86,16 @@ func loadGiftCounts() map[string]int64 {
return counts
}
// defaultGiftCosts 默认三阶梯50 / 100 / 200
// defaultGiftCosts 默认三阶梯50 / 100 / 200(永结同心为终章,默认 200
var defaultGiftCosts = map[string]int64{
"520": 50,
"forever": 50,
"bald": 50,
"concentric": 50,
"1314": 100,
"heaven": 100,
"moisten": 100,
"match": 200,
"concentric": 200,
}
const (