Commit 89ee4688 authored by hujiebin's avatar hujiebin

Update group_rank.go

parent 489533ed
...@@ -54,9 +54,7 @@ type CvGroupPowerStarData struct { ...@@ -54,9 +54,7 @@ type CvGroupPowerStarData struct {
// 资源等级 // 资源等级
type CvResGrade struct { type CvResGrade struct {
Grade groupPower_e.GroupPowerGrade `json:"grade"` // 等级 Grade groupPower_e.GroupPowerGrade `json:"grade"` // 等级
Icon string `json:"icon"` // 等级icon
BigIcon string `json:"bigIcon"` // 等级大图标
} }
// 特权信息 // 特权信息
...@@ -75,10 +73,10 @@ type CvGroupPowerGradeDetail struct { ...@@ -75,10 +73,10 @@ type CvGroupPowerGradeDetail struct {
} }
var CvResGradeList = []CvResGrade{ var CvResGradeList = []CvResGrade{
{groupPower_e.GroupPowerGrade0, "青铜icon", "青铜bigIcon"}, // todo {groupPower_e.GroupPowerGrade0},
{groupPower_e.GroupPowerGrade1, "白银icon", "白银bigIcon"}, // todo {groupPower_e.GroupPowerGrade1},
{groupPower_e.GroupPowerGrade2, "黄金icon", "黄金bigIcon"}, // todo {groupPower_e.GroupPowerGrade2},
{groupPower_e.GroupPowerGrade3, "黑金icon", "黑金bigIcon"}, // todo {groupPower_e.GroupPowerGrade3},
} }
var GroupPowerGradePrivilegeNum = map[groupPower_e.GroupPowerGrade][]CvPrivilege{ var GroupPowerGradePrivilegeNum = map[groupPower_e.GroupPowerGrade][]CvPrivilege{
......
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 to comment