企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
以下为源码推广标签演示 ``` <div class='goods-shop'> {lists:promotion id="vo" ads="3" order="desc" num="5"} <dl> <dt> <a class="avatar" href="{$vo.url}" target="_blank"> <img alt="{$vo.name}" src="{$vo.tx|default=''}"> </a> <span class="info"> <a href="{$vo.url}" target="_blank" class="name" title="">{$vo.name} </a> <p>{$vo.rev_m|xy="s"|raw}</p> </span> </dt> <dd>{volist name="vo.data.goods" id="vs" length='1'} <p><em>¥{$vs.money}</em><a href="{:c_url($vs.id,'code')}" target="_blank" title="{$vs.tit}">{$vs.tit}</a></p> </dd>{/volist} <strong>TA的源码<i>({$vo.data.count.code})</i></strong> </dl> {/lists:promotion} </div> ```