|
...
|
...
|
@@ -338,7 +338,7 @@ class ProjectUpdate extends Command |
|
|
|
//名称去掉特殊符号
|
|
|
|
$item['ttile'] = $this->special2str($item['ttile'] ?? '');
|
|
|
|
//短描述处理换行
|
|
|
|
$intro = str_replace("\r\n", "<br>", $item['short_description'] ?? '');
|
|
|
|
$intro = str_replace("\r\n", "<p>", $item['short_description'] ?? '');
|
|
|
|
//详情
|
|
|
|
$content = $item['content'] ?? '';
|
|
|
|
try {
|
...
|
...
|
|