| @@ -31,7 +31,7 @@ else if ($action == 'make') { | |||||
| $devContent = $dhd->GetHtml(); | $devContent = $dhd->GetHtml(); | ||||
| $devInfo = (array)json_decode($devContent); | $devInfo = (array)json_decode($devContent); | ||||
| if (($devInfo['auth_at'] + 60 * 60 * 24 * 365) < time()) { | if (($devInfo['auth_at'] + 60 * 60 * 24 * 365) < time()) { | ||||
| ShowMsg("您贡献者账号已经过期,登录DedeBIZ官网申请续费", "-1"); | |||||
| ShowMsg("操作失败,登录DedeBIZ官网查看献者账号是否过期", "-1"); | |||||
| exit(); | exit(); | ||||
| } | } | ||||
| $filelist = str_replace("\r", "\n", trim($filelist)); | $filelist = str_replace("\r", "\n", trim($filelist)); | ||||
| @@ -186,7 +186,7 @@ else if ($action == 'edit') { | |||||
| $devContent = $dhd->GetHtml(); | $devContent = $dhd->GetHtml(); | ||||
| $devInfo = (array)json_decode($devContent); | $devInfo = (array)json_decode($devContent); | ||||
| if (($devInfo['auth_at'] + 60 * 60 * 24 * 365) < time()) { | if (($devInfo['auth_at'] + 60 * 60 * 24 * 365) < time()) { | ||||
| ShowMsg("修改模块失败,您贡献者账号已经过期", "-1"); | |||||
| ShowMsg("操作失败,登录DedeBIZ官网查看献者账号是否过期", "-1"); | |||||
| exit(); | exit(); | ||||
| } | } | ||||
| if (strlen($modulname) > 150) { | if (strlen($modulname) > 150) { | ||||
| @@ -5,7 +5,7 @@ body { | |||||
| line-height:1.6; | line-height:1.6; | ||||
| letter-spacing:0.5px; | letter-spacing:0.5px; | ||||
| font-size:14px; | 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; | color:#6c757d; | ||||
| background:#fff | background:#fff | ||||
| } | } | ||||
| @@ -15,7 +15,7 @@ body { | |||||
| line-height:1.6; | line-height:1.6; | ||||
| letter-spacing:0.5px; | letter-spacing:0.5px; | ||||
| font-size:14px; | 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); | color:var(--gray); | ||||
| background:var(--bg) | background:var(--bg) | ||||
| } | } | ||||
| @@ -12,7 +12,7 @@ body { | |||||
| line-height:1.6; | line-height:1.6; | ||||
| letter-spacing:0.5px; | letter-spacing:0.5px; | ||||
| font-size:14px; | 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); | color:var(--gray); | ||||
| background:var(--bg) | background:var(--bg) | ||||
| } | } | ||||