Browse Source

update

master
shenjiachi 2 weeks ago
parent
commit
934cf08d5e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/md/md_module.go

+ 2
- 0
app/md/md_module.go View File

@@ -18,6 +18,7 @@ var Module = map[string]string{
"15": "website_about_us",
"16": "star_sword_debate",
"17": "upgrade_strategy",
"18": "reduce_production",
}
var ModuleList = []map[string]interface{}{
{"name": "首页", "mod_name": "home_page", "value": "1"},
@@ -37,4 +38,5 @@ var ModuleList = []map[string]interface{}{
{"name": "官网联系我们", "mod_name": "website_about_us", "value": "15"},
{"name": "星球论剑", "mod_name": "star_sword_debate", "value": "16"},
{"name": "升级攻略", "mod_name": "upgrade_strategy", "value": "17"},
{"name": "减产机制", "mod_name": "reduce_production", "value": "18"},
}

Loading…
Cancel
Save