|
...
|
...
|
@@ -171,6 +171,10 @@ class HtmlCollect extends Command |
|
|
|
$html = str_replace('Broflanilide', '', $html);
|
|
|
|
$html = str_replace('broflanilide', '', $html);
|
|
|
|
}
|
|
|
|
if ($project_id == 587) {
|
|
|
|
//437项目单词替换
|
|
|
|
$html = str_replace('Horny Goat Weed', 'Icariin', $html);
|
|
|
|
}
|
|
|
|
$collect_info->html = $html;
|
|
|
|
$collect_info->status = CollectTask::STATUS_COM;
|
|
|
|
$collect_info->save();
|
...
|
...
|
|