Commit f2c7cd33 by 同語 Committed by GitHub

fix: remove sample special usable groups leaking into pricing page (#5906)

Merge pull request #5906 from feitianbubu/fix/pricing-sample-special-usable-group
parents d3b01b48 81808d24
...@@ -25,12 +25,7 @@ var defaultGroupGroupRatio = map[string]map[string]float64{ ...@@ -25,12 +25,7 @@ var defaultGroupGroupRatio = map[string]map[string]float64{
var groupGroupRatioMap = types.NewRWMap[string, map[string]float64]() var groupGroupRatioMap = types.NewRWMap[string, map[string]float64]()
var defaultGroupSpecialUsableGroup = map[string]map[string]string{ var defaultGroupSpecialUsableGroup = map[string]map[string]string{}
"vip": {
"append_1": "vip_special_group_1",
"-:remove_1": "vip_removed_group_1",
},
}
type GroupRatioSetting struct { type GroupRatioSetting struct {
GroupRatio *types.RWMap[string, float64] `json:"group_ratio"` GroupRatio *types.RWMap[string, float64] `json:"group_ratio"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment