From 1b0bb497ebd18f112f34c05479d772ac1e9014c8 Mon Sep 17 00:00:00 2001 From: loucongjun <905507426@qq.com> Date: Mon, 7 Sep 2026 20:30:55 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E6=97=B6=E9=97=B4=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/zh/demo/single_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/website/1/zh/demo/single_index.html b/public/themes/website/1/zh/demo/single_index.html index 19d3709..4cad586 100644 --- a/public/themes/website/1/zh/demo/single_index.html +++ b/public/themes/website/1/zh/demo/single_index.html @@ -927,7 +927,7 @@

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

- +
From c7b2313fc99f4da99a937321d6a95397bdaa333e Mon Sep 17 00:00:00 2001 From: loucongjun <905507426@qq.com> Date: Mon, 7 Sep 2026 20:32:40 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E6=97=B6=E9=97=B4=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/zh/demo/single_index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/themes/website/1/zh/demo/single_index.html b/public/themes/website/1/zh/demo/single_index.html index 4cad586..5720c04 100644 --- a/public/themes/website/1/zh/demo/single_index.html +++ b/public/themes/website/1/zh/demo/single_index.html @@ -891,7 +891,7 @@
- + {/if} @@ -901,7 +901,7 @@

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

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

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

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

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

- +
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 3/3] =?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}