瀏覽代碼

fix: 修复默认模型倍率未显示

CaIon 2 年之前
父節點
當前提交
0b3520e3c8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      model/option.go

+ 2 - 2
model/option.go

@@ -78,8 +78,8 @@ func InitOptionMap() {
 	common.OptionMap["QuotaForInvitee"] = strconv.Itoa(common.QuotaForInvitee)
 	common.OptionMap["QuotaRemindThreshold"] = strconv.Itoa(common.QuotaRemindThreshold)
 	common.OptionMap["PreConsumedQuota"] = strconv.Itoa(common.PreConsumedQuota)
-	common.OptionMap["modelRatio"] = common.ModelRatio2JSONString()
-	common.OptionMap["modelPrice"] = common.ModelPrice2JSONString()
+	common.OptionMap["ModelRatio"] = common.ModelRatio2JSONString()
+	common.OptionMap["ModelPrice"] = common.ModelPrice2JSONString()
 	common.OptionMap["GroupRatio"] = common.GroupRatio2JSONString()
 	common.OptionMap["TopUpLink"] = common.TopUpLink
 	common.OptionMap["ChatLink"] = common.ChatLink