浏览代码

调整

develop
叙述、别离 3 个月前
父节点
当前提交
c623ff52a1
共有 4 个文件被更改,包括 5 次插入5 次删除
  1. +2
    -2
      src/admin/module_make.php
  2. +1
    -1
      src/static/ckeditor/contents.css
  3. +1
    -1
      src/static/web/css/admin.css
  4. +1
    -1
      src/static/web/css/style.css

+ 2
- 2
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) {


+ 1
- 1
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
}


+ 1
- 1
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)
}


+ 1
- 1
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)
}


正在加载...
取消
保存