From d2058c00a0c9471d300923f8a2795c7427e34ba3 Mon Sep 17 00:00:00 2001 From: "zhangf@suq.cn" Date: Mon, 7 Sep 2026 20:15:39 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix(template):=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E6=8E=92=E5=BA=8F=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将荣誉案例列表的排序从降序改为升序 - 为下载页面的内容分页添加升序排序功能 --- public/themes/website/1/zh/demo/about.html | 2 +- public/themes/website/1/zh/demo/download.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/themes/website/1/zh/demo/about.html b/public/themes/website/1/zh/demo/about.html index f90d15f..86eb23c 100644 --- a/public/themes/website/1/zh/demo/about.html +++ b/public/themes/website/1/zh/demo/about.html @@ -268,7 +268,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 asc"} {php}$dl_file = $vo['url'] ?? ($vo['thumbnail']['url'] ?? '');{/php}