NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
# 文章详情页 文章标题 ``` {{$article->title}} ``` 文章作者 ``` {{$article->author}} ``` 文章描述 ``` {{$article->description}} ``` 发布日期 ``` {{$article->created_at}} ``` 浏览量 ``` {{$article->view}} ``` 文章内容 ``` {!!$article->content!!} ``` 文章附件 ``` <a target="_blank" href="{{ $helper::getFile($article->file_id) }}" title="{{ $helper::getFile($article->file_id,'name') }}"> {{ $helper::getFile($article->file_id,'name') }} </a> ```