🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 文章列表标签 文章列表标签 参数:参数:循环对象,分类名称,读取数量,读取位置,推荐位,排序类型(view_desc、view_asc、level_desc、level_asc、id_desc、id_asc),日期(today,yesterday,week,month) ``` @articles($article,'yyxw',1,0,1) <img src="{{ $helper::getPicture($article['cover_ids']) }}"> <a href="/pc/article/detail?id={{$article['id']}}"> {{ $helper::msubstr($article['title'],0,30) }} {{ $helper::msubstr($article['description'],0,50) }} {{date('Y-m-d',strtotime($article['created_at']))}} </a> @endarticles ```