RSSHub/lib/v2/picnob/templates/desc.art

14 lines
413 B
Plaintext

{{ if item.type === 'video' }}
<video poster="{{ item.pic }}" controls>
<source src="{{ item.video }}" type="video/mp4">
</video>
{{ else if item.type === 'img_multi' }}
{{ each images i }}
<a href="{{ i.ori }}"><img src="{{ i.url }}"></a>
{{ /each }}
{{ else if item.type === 'img_sig' }}
<a href="{{ item.pic }}"><img src="{{ item.pic }}"></a>
{{ /if }}
<br>
{{@ item.sum }}