diff --git a/class/core/mw.py b/class/core/mw.py index a6f7fb857..cd997d856 100755 --- a/class/core/mw.py +++ b/class/core/mw.py @@ -733,7 +733,7 @@ def makeConf(): file = getRunDir() + '/data/json/config.json' if not os.path.exists(file): c = {} - c['title'] = 'Linux面板' + c['title'] = 'mdserver-web | linux面板' c['home'] = 'http://github/midoks/mdserver-web' c['recycle_bin'] = True c['template'] = 'default' diff --git a/route/templates/default/layout.html b/route/templates/default/layout.html index cdb4a7a8b..b14187021 100755 --- a/route/templates/default/layout.html +++ b/route/templates/default/layout.html @@ -5,7 +5,7 @@ -