From 62e599043fbc5894200f61da52e2efe5222bb880 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 30 Jul 2022 16:03:01 +0800 Subject: [PATCH] #141 --- class/core/mw.py | 2 +- route/templates/default/layout.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ - mdserver-web|linux面板 + {{data['title']}}