1. 礼物特效
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user