调整文章导入

This commit is contained in:
luofei 2023-06-12 17:19:38 +08:00
parent a00959d2c6
commit c7a7130495

View File

@ -76,7 +76,7 @@ class Upload extends BaseController
$data = [
'cid' => $cid,
'title' => $title,
'author' => '里海',
'author' => '里海科技',
'image_input' => $poster,
'content' => $content,
'synopsis' => empty($synopsis) ? $title : strip_tags($synopsis),