From 5cafd3c420f8a259201518722fb86eeb95c37d48 Mon Sep 17 00:00:00 2001 From: "zhangf@suq.cn" Date: Mon, 7 Sep 2026 20:23:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E4=BF=AE=E5=A4=8D=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E6=8E=92=E5=BA=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将荣誉列表的排序从升序改为降序以显示最新内容 - 为下载页面的内容分页添加降序排序功能 --- public/themes/website/1/en/demo/about.html | 2 +- public/themes/website/1/en/demo/download.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/themes/website/1/en/demo/about.html b/public/themes/website/1/en/demo/about.html index a13af14..9147382 100644 --- a/public/themes/website/1/en/demo/about.html +++ b/public/themes/website/1/en/demo/about.html @@ -270,7 +270,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}