Browse Source

fix: del reduce_production

master
shenjiachi 12 hours ago
parent
commit
3b522ea5b6
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      app/md/md_module.go

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

@@ -18,7 +18,6 @@ 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"},
@@ -38,5 +37,4 @@ 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