作者 刘锟

合并分支 'akun' 到 'master'

Akun



查看合并请求 !43
... ... @@ -261,7 +261,11 @@ class HtmlCollect extends Command
//不是相对路径,不下载
continue;
}
$vcs = $vcs['path'];
$vcs = $vcs_arr['path'] ?? '';
if (!$vcs) {
continue;
}
$source_info = CollectSource::where('project_id', $project_id)->where('origin', $vcs)->first();
if ($source_info) {
... ...