作者 李宇航

合并分支 'master-server' 到 'master'

gx脚本



查看合并请求 !1275
... ... @@ -310,7 +310,6 @@ class DownloadProject extends Command
}
$timestamp = strtotime('tomorrow 9:00 AM');
$tomorrowNineAM = date('Y-m-d H:i:s', $timestamp);
$content = preg_replace('/[\x00-\x1F\x7F]/u', '', $content);
if(empty($content)){
return true;
}
... ...