From e04340236c4943f41daaf34b251fad9eae69ff70 Mon Sep 17 00:00:00 2001 From: loucongjun <905507426@qq.com> Date: Mon, 7 Sep 2026 20:37:25 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=85=AC=E5=8F=B8?= =?UTF-8?q?=E6=88=90=E7=BB=A9=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/website/1/en/demo/single_index.html | 27 ++++++++++------------- public/themes/website/1/zh/demo/single_index.html | 19 +++++++--------- 2 files changed, 20 insertions(+), 26 deletions(-) diff --git a/public/themes/website/1/en/demo/single_index.html b/public/themes/website/1/en/demo/single_index.html index 1809f09..7e2f569 100644 --- a/public/themes/website/1/en/demo/single_index.html +++ b/public/themes/website/1/en/demo/single_index.html @@ -855,20 +855,17 @@

{$sub_cates[4]['desc']}

- {php}$arr = explode(',',$sub_cates[4]['description']){/php} + {php} + $arr = explode(',',$sub_cates[4]['description']); + $stats = array_chunk($arr, 2); // 每2个一组 + {/php} @@ -891,7 +888,7 @@ - + {/if} @@ -901,7 +898,7 @@

{$news[1]['title'] ?? ''}

- +
@@ -914,7 +911,7 @@

{$news[2]['title'] ?? ''}

- +
@@ -927,7 +924,7 @@

{$news[3]['title'] ?? ''}

- +
diff --git a/public/themes/website/1/zh/demo/single_index.html b/public/themes/website/1/zh/demo/single_index.html index 5720c04..edcdbf2 100644 --- a/public/themes/website/1/zh/demo/single_index.html +++ b/public/themes/website/1/zh/demo/single_index.html @@ -855,20 +855,17 @@

{$sub_cates[4]['desc']}

- {php}$arr = explode(',',$sub_cates[4]['description']){/php} + {php} + $arr = explode(',',$sub_cates[4]['description']); + $stats = array_chunk($arr, 2); + {/php} From 913154ffbca7df0b619c5b354aa5f1c3dd01a443 Mon Sep 17 00:00:00 2001 From: "zhangf@suq.cn" Date: Mon, 7 Sep 2026 20:44:44 +0800 Subject: [PATCH 2/2] =?UTF-8?q?style(about):=20=E6=B3=A8=E9=87=8A=E6=8E=89?= =?UTF-8?q?=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95=E4=B8=AD=E7=9A=84=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E6=AE=B5=E8=90=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在英文版 about 页面中注释掉了案例描述段落 - 在中文版 about 页面中注释掉了案例描述段落 - 保留了时间、标题和媒体元素的显示 - 暂时隐藏内容描述以调整页面布局结构 --- public/themes/website/1/en/demo/about.html | 2 +- public/themes/website/1/zh/demo/about.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 835141e..9727990 100644 --- a/public/themes/website/1/en/demo/about.html +++ b/public/themes/website/1/en/demo/about.html @@ -121,7 +121,7 @@

{$case_top.title}

-

{$case_top.content|strip_tags|raw}

+
diff --git a/public/themes/website/1/zh/demo/about.html b/public/themes/website/1/zh/demo/about.html index 63dd59f..2099431 100644 --- a/public/themes/website/1/zh/demo/about.html +++ b/public/themes/website/1/zh/demo/about.html @@ -121,7 +121,7 @@

{$case_top.title}

-

{$case_top.content|strip_tags|raw}

+