作者 lyh

gxAiblog自动发布

... ... @@ -60,7 +60,7 @@ class lyhDemo extends Command
if(!empty($aiLists)){
foreach ($aiLists as $item){
if(!empty($item['seo_description'])){
$arr = explode(',',$item['seo_description']);
$arr = explode('.',$item['seo_description']);
dd($arr);
if($arr[0] != $item['seo_description']){
$text = $this->trimToLastFullWord($item['seo_description']);
... ...