From 8a3ae8badc0ee7c139b5e46b80faa882df7274e8 Mon Sep 17 00:00:00 2001 From: "zhangf@suq.cn" Date: Mon, 7 Sep 2026 20:19:51 +0800 Subject: [PATCH] =?UTF-8?q?refactor(download):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=88=86=E9=A1=B5=E7=BB=84=E4=BB=B6=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=8E=92=E5=BA=8F=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了 hcTaglib:contentPage 标签中的 sort="sort asc" 参数 - 简化了内容列表的查询逻辑 - 保持了原有的内容展示功能不变 --- 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 4dd6db6..036e422 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" sort="sort asc"} + {hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="12" item="vo"} {php}$dl_file = $vo['url'] ?? ($vo['thumbnail']['url'] ?? '');{/php}