💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# 文章详情页 文章标题 ``` {{$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> ```