From acb94dcb89c117d490c3c1c87e4e51fc8b3c8fbb Mon Sep 17 00:00:00 2001 From: "zhangf@suq.cn" Date: Wed, 2 Sep 2026 15:15:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(download):=20=E4=BF=AE=E6=94=B9=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E9=A1=B5=E9=9D=A2=E5=86=85=E5=AE=B9=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将hcTaglib:contentPage标签的limit参数从1修改为12 - 实现下载列表显示更多内容项的功能 - 保持原有的内容分页和展示逻辑不变 - 继续使用相同的模板变量和数据结构 --- 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 1a45e88..cee8774 100644 --- a/public/themes/website/1/zh/demo/download.html +++ b/public/themes/website/1/zh/demo/download.html @@ -94,7 +94,7 @@
- {hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="1" item="vo"} + {hcTaglib:contentPage mainField="*" subField="*" name="hc_content" limit="12" item="vo"}