From 9498bde772526a60c7f8061b0afc3206921a0b3c Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Fri, 30 May 2025 09:56:48 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=20=E4=BF=AE=E6=94=B9=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E6=96=87=E4=BB=B6=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/mobile/attachment/index.html | 12 ++++++------ .../css/{download.css => attachment_index.css} | 0 2 files changed, 6 insertions(+), 6 deletions(-) rename public/static/index/mobile/css/{download.css => attachment_index.css} (100%) diff --git a/app/index/view/mobile/attachment/index.html b/app/index/view/mobile/attachment/index.html index e6b4df30..f314815b 100644 --- a/app/index/view/mobile/attachment/index.html +++ b/app/index/view/mobile/attachment/index.html @@ -1,6 +1,6 @@ {extend name="public/base" /} {block name="style"} - + {/block} {block name="main"}
@@ -14,25 +14,25 @@ - +
-
{:lang('软件下载')}
+
{:lang_i18n('软件下载')}
{notempty name="attachements"} {volist name="attachements" id="att"}
- {$att.name} + {$att.name}
{$att.name}
-

{:lang('支持型号')}: {$att.applicable_to}

-

{:lang('支持系统')}: {$att.support_platform}

+

{:lang_i18n('支持型号')}: {$att.applicable_to}

+

{:lang_i18n('支持系统')}: {$att.support_platform}

{notempty name="att.attach"} {volist name="att.attach" id="ch"} diff --git a/public/static/index/mobile/css/download.css b/public/static/index/mobile/css/attachment_index.css similarity index 100% rename from public/static/index/mobile/css/download.css rename to public/static/index/mobile/css/attachment_index.css