-

+
后台登录
-
DedeBIZ系统基于PHP7版本开发,具有很强的可扩展性,并且采用GPLv2协议完全开放源代码。DedeBIZ支持采用现流行的Go语言设计开发,拥有简单易用、灵活扩展特性之外更安全、高效。
+
您使用的浏览器已过时,请
更换浏览器,提高后台操作体验
diff --git a/src/install/config.cache.inc.php b/src/install/config.cache.inc.php
index c47436f2..ae1a7cd4 100755
--- a/src/install/config.cache.inc.php
+++ b/src/install/config.cache.inc.php
@@ -91,9 +91,9 @@ $cfg_upload_switch = 'Y';
$cfg_allsearch_limit = '1';
$cfg_rewrite = 'N';
$cfg_delete = 'Y';
-$cfg_keywords = '';
+$cfg_keywords = 'dedebiz';
$cfg_tags_dir = '{cmspath}/a/tags';
-$cfg_description = '';
+$cfg_description = 'DedeBIZ系统基于PHP7版本开发,具有很强的可扩展性,并且采用GPLv2协议完全开放源代码。DedeBIZ支持采用现流行的Go语言设计开发,拥有简单易用、灵活扩展特性之外更安全、高效。模板设计制作简单,一直是系统一大特点,延续之前标签,同时采用响应式模板引擎Bootstrap作为系统模板渲染引擎,让搭建跨终端和移动端全媒体站点更简单。';
$cfg_beian = '';
$cfg_need_typeid2 = 'Y';
$cfg_cache_type = 'id';
diff --git a/src/install/sql-dfdata.txt b/src/install/sql-dfdata.txt
index 4a5d8ec3..398e055e 100755
--- a/src/install/sql-dfdata.txt
+++ b/src/install/sql-dfdata.txt
@@ -4019,8 +4019,8 @@ INSERT INTO `#@__sysconfig` VALUES ('1','cfg_basehost','站点网址','1','strin
('90','cfg_upload_switch','删除文档同时删除相关附件文件','2','bool','Y'),
('91','cfg_allsearch_limit','网站全局搜索时间限制(秒)','2','string','1'),
('92','cfg_delete','是否开启文档回收站','2','bool','Y'),
-('93','cfg_keywords','首页关键词','1','string',''),
-('94','cfg_description','首页描述','1','bstring',''),
+('93','cfg_keywords','首页关键词','1','string','dedebiz'),
+('94','cfg_description','首页描述','1','bstring','DedeBIZ系统基于PHP7版本开发,具有很强的可扩展性,并且采用GPLv2协议完全开放源代码。DedeBIZ支持采用现流行的Go语言设计开发,拥有简单易用、灵活扩展特性之外更安全、高效。模板设计制作简单,一直是系统一大特点,延续之前标签,同时采用响应式模板引擎Bootstrap作为系统模板渲染引擎,让搭建跨终端和移动端全媒体站点更简单。'),
('95','cfg_beian','网站备案号','1','string',''),
('96','cfg_need_typeid2','是否启用副栏目','6','bool','Y'),
('97','cfg_mb_pwdtype','前台密码验证类型32-32位md5,可选l16-前16位、r16-后16位、m16-中间16位','4','string','32'),
diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css
index fea1dd3e..394b94c9 100644
--- a/src/static/web/css/admin.css
+++ b/src/static/web/css/admin.css
@@ -35,7 +35,8 @@ input:focus,select:focus,textarea:focus{color:var(--gray);background:var(--white
.login-step{height:100vh;overflow-x:hidden}
.login-step .login-bg{height:100%;background:url(../img/login_bg.png) no-repeat top center;background-size:cover}
.login-box{padding:80px 100px}
-.login-box .logo{padding-bottom:60px;font-size:18px;font-weight:600;color:var(--gray-dark)}
+.login-box .logo{margin-bottom:60px}
+.login-box .logo a{font-size:18px;font-weight:600;color:var(--gray-dark)}
.login-box .title,.login-box .alert{margin-bottom:20px}
.login-box .title h1{margin-bottom:30px;font-size:24px;font-weight:600;color:var(--gray-dark)}
.login-from{margin-bottom:40px}
diff --git a/src/static/web/img/login_bg.png b/src/static/web/img/login_bg.png
index edaafbbc..5b0a6c2a 100644
Binary files a/src/static/web/img/login_bg.png and b/src/static/web/img/login_bg.png differ