From 665e4f8481f63c6530c9fceb67ce1637888b690c Mon Sep 17 00:00:00 2001 From: "zhangf@suq.cn" Date: Fri, 4 Sep 2026 10:48:03 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat(investment):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=8A=95=E8=B5=84=E8=80=85=E7=83=AD=E7=BA=BF=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E7=9A=84=E8=83=8C=E6=99=AF=E5=9B=BE=E7=89=87=E5=92=8C=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=8A=A8=E6=80=81=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将静态背景图片替换为动态获取的缩略图URL - 将固定标题"投资者热线"改为动态显示数据中的标题 - 保持页面结构和样式不变的情况下实现内容动态化 --- public/themes/website/1/zh/demo/investment.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/themes/website/1/zh/demo/investment.html b/public/themes/website/1/zh/demo/investment.html index c08b875..1d1b6a4 100644 --- a/public/themes/website/1/zh/demo/investment.html +++ b/public/themes/website/1/zh/demo/investment.html @@ -217,7 +217,7 @@ {hcTaglib:category id="370" item="vo" field="*"}

{$vo.title}

@@ -234,7 +234,7 @@
- 投资者热线 + {$vo.title}

{$vo.description} From 4df8d9f39e89d3c9e37245c4406d3e5a8010d69c Mon Sep 17 00:00:00 2001 From: loucongjun <905507426@qq.com> Date: Fri, 4 Sep 2026 11:22:02 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=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 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/public/themes/website/1/zh/demo/single_index.html b/public/themes/website/1/zh/demo/single_index.html index be323d5..b73f5ab 100644 --- a/public/themes/website/1/zh/demo/single_index.html +++ b/public/themes/website/1/zh/demo/single_index.html @@ -75,7 +75,9 @@

{$vo.title ?? ''}

{$vo.sub_title|raw}

{$vo.description ?? ''}

- 探索更多 + {hcTaglib:category id="333" item="vo" field="*"} + 探索更多 + {/hcTaglib:category}
{if !empty($news[$key-1])}
@@ -724,7 +726,9 @@
- 探索更多 + {hcTaglib:category id="333" item="vo" field="*"} + 探索更多 + {/hcTaglib:category}
@@ -871,7 +875,9 @@

{$sub_cates[5]['title']}

- 探索更多 + {hcTaglib:category id="361" item="vo" field="*"} + 探索更多 + {/hcTaglib:category}
{php}$news = getChildCategoriesContent(361,$seller_id,4);{/php} From 5481d9ae7b1e3cb2a8a222e0e4d097138a719ae5 Mon Sep 17 00:00:00 2001 From: "zhangf@suq.cn" Date: Fri, 4 Sep 2026 11:31:02 +0800 Subject: [PATCH 3/3] =?UTF-8?q?feat(contact):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=81=94=E7=B3=BB=E9=A1=B5=E9=9D=A2=E6=A8=A1=E6=9D=BF=E4=BB=A5?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=8A=A8=E6=80=81=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将静态标题替换为动态内容变量 {$current_cate.content|raw} - 使用动态缩略图URL {$current_cate.thumbnail.url ?? ''} - 更新意见反馈链接从 contact.html 到 yijianfankui.html --- public/themes/website/1/zh/demo/components/header.html | 2 +- public/themes/website/1/zh/demo/contact.html | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/public/themes/website/1/zh/demo/components/header.html b/public/themes/website/1/zh/demo/components/header.html index a1cc56d..e9d14d2 100644 --- a/public/themes/website/1/zh/demo/components/header.html +++ b/public/themes/website/1/zh/demo/components/header.html @@ -440,7 +440,7 @@
  • 常见问题
  • 视频教程
  • 产品公告
  • -
  • 意见反馈
  • +
  • 意见反馈
  • diff --git a/public/themes/website/1/zh/demo/contact.html b/public/themes/website/1/zh/demo/contact.html index 7b88f1a..4375bab 100644 --- a/public/themes/website/1/zh/demo/contact.html +++ b/public/themes/website/1/zh/demo/contact.html @@ -53,12 +53,10 @@ {include file="components/header"} -

    - 以客户为中心 - 持续为客户创造价值 + {$current_cate.content|raw}

    @@ -72,7 +70,7 @@