作者 刘锟

升级项目新增分类描述采集

... ... @@ -791,7 +791,7 @@ class ProjectUpdate extends Command
$down_url = $this->source_download($vs['url_complete'], $project_id, $domain, $web_url_domain, $home_url);
} else {
//已经下载过资源
$down_url = $vs['url_complete'];
$down_url = getImageUrl($vs['url_complete']);
}
$item['description'] = str_replace($vs['url'], $down_url, $item['description']);
}
... ...