URL |
Priority |
Change Frequency |
LastChange |
{{$channels=c(0,99999,0,1)}}
{{loop $channels as $channel}}
https://{{z(网站域名)}}{{$channel['url']}}
|
0.8 |
Always |
2022-08-07 11:20:20 |
{{/loop}}
{{$channels=c(0,99999,0,1)}}
{{loop $channels as $channel}}
{{$set=array()}}
{{$set['cid']=$channel['cid']}}
{{$set['pagesize']=99999}}
{{$set['order']='shijian desc'}}
{{$articles=alist($set)}}
{{loop $articles['list'] as $a}}
https://{{z(网站域名)}}{{$a['link']}}
|
80% |
Always |
{{$a['shijian']|date('Y-m-d',this)}} |
{{/loop}}
{{/loop}}