更新tp5内核

This commit is contained in:
2018-01-02 23:03:31 +08:00
parent 590696a06b
commit 3818619504
99 changed files with 3362 additions and 2006 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ JS;
}
break;
case '错误':
$msg = str_replace("\n", '\n', $m);
$msg = str_replace("\n", '\n', json_encode($m));
$style = 'color:#F4006B;font-size:14px;';
$line[] = "console.error(\"%c{$msg}\", \"{$style}\");";
break;