diff --git a/src/admin/module_make.php b/src/admin/module_make.php index 5465f674..adea37df 100644 --- a/src/admin/module_make.php +++ b/src/admin/module_make.php @@ -31,7 +31,7 @@ else if ($action == 'make') { $devContent = $dhd->GetHtml(); $devInfo = (array)json_decode($devContent); if (($devInfo['auth_at'] + 60 * 60 * 24 * 365) < time()) { - ShowMsg("您贡献者账号已经过期,登录DedeBIZ官网申请续费", "-1"); + ShowMsg("操作失败,登录DedeBIZ官网查看献者账号是否过期", "-1"); exit(); } $filelist = str_replace("\r", "\n", trim($filelist)); @@ -186,7 +186,7 @@ else if ($action == 'edit') { $devContent = $dhd->GetHtml(); $devInfo = (array)json_decode($devContent); if (($devInfo['auth_at'] + 60 * 60 * 24 * 365) < time()) { - ShowMsg("修改模块失败,您贡献者账号已经过期", "-1"); + ShowMsg("操作失败,登录DedeBIZ官网查看献者账号是否过期", "-1"); exit(); } if (strlen($modulname) > 150) { diff --git a/src/static/ckeditor/contents.css b/src/static/ckeditor/contents.css index c54de5b3..69cfb59c 100644 --- a/src/static/ckeditor/contents.css +++ b/src/static/ckeditor/contents.css @@ -5,7 +5,7 @@ body { line-height:1.6; letter-spacing:0.5px; font-size:14px; - font-family:"Poppins","Helvetica Neue",Arial,"Microsoft JhengHei",sans-serif; + font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; color:#6c757d; background:#fff } diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index 704c3dec..6dd754bb 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -15,7 +15,7 @@ body { line-height:1.6; letter-spacing:0.5px; font-size:14px; - font-family:"Poppins","Helvetica Neue",Arial,"Microsoft JhengHei",sans-serif; + font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; color:var(--gray); background:var(--bg) } diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css index 9cdd151a..81e7998a 100644 --- a/src/static/web/css/style.css +++ b/src/static/web/css/style.css @@ -12,7 +12,7 @@ body { line-height:1.6; letter-spacing:0.5px; font-size:14px; - font-family:"Poppins","Helvetica Neue",Arial,"Microsoft JhengHei",sans-serif; + font-family:Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; color:var(--gray); background:var(--bg) }