Browse Source

feat(download): 添加下载页面内容排序功能

- 在内容分页标签中添加 sort 参数以支持按排序字段降序排列
- 实现下载项目按指定顺序展示的功能
master
zhangf@suq.cn 2 weeks ago
parent
commit
1d84f77bd0
  1. 2
      public/themes/website/1/zh/demo/download.html

2
public/themes/website/1/zh/demo/download.html

@ -104,7 +104,7 @@
</form> </form>
</div> </div>
<div class="d-list"> <div class="d-list">
{hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="12" item="vo"}
{hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="12" item="vo" sort="sort desc"}
{php}$dl_file = $vo['url'] ?? ($vo['thumbnail']['url'] ?? '');{/php} {php}$dl_file = $vo['url'] ?? ($vo['thumbnail']['url'] ?? '');{/php}
<div class="d-item"> <div class="d-item">
<a class="d-item__main" href="{$dl_file}" target="_blank" rel="noopener" title="预览"> <a class="d-item__main" href="{$dl_file}" target="_blank" rel="noopener" title="预览">

Loading…
Cancel
Save