From 1d84f77bd0f32126f48d844254339d6f23a1ddca Mon Sep 17 00:00:00 2001 From: "zhangf@suq.cn" Date: Mon, 7 Sep 2026 20:22:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(download):=20=E6=B7=BB=E5=8A=A0=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E9=A1=B5=E9=9D=A2=E5=86=85=E5=AE=B9=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在内容分页标签中添加 sort 参数以支持按排序字段降序排列 - 实现下载项目按指定顺序展示的功能 --- public/themes/website/1/zh/demo/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/website/1/zh/demo/download.html b/public/themes/website/1/zh/demo/download.html index 036e422..ad0ce52 100644 --- a/public/themes/website/1/zh/demo/download.html +++ b/public/themes/website/1/zh/demo/download.html @@ -104,7 +104,7 @@
- {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}