From 36bc2a4756642495a0229f7c8e930d5c4ae78f8f Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Mon, 26 May 2025 14:29:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20mobile=E9=99=84=E4=BB=B6=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/lang/en-us/mobile.php | 6 ++ app/index/view/mobile/attachment/index.html | 53 ++++++++++ app/index/view/mobile/product/search.html | 7 ++ app/index/view/mobile/public/header.html | 12 +-- public/static/index/mobile/css/download.css | 110 ++++++++++++++++++++ 5 files changed, 182 insertions(+), 6 deletions(-) create mode 100644 app/index/view/mobile/attachment/index.html create mode 100644 app/index/view/mobile/product/search.html create mode 100755 public/static/index/mobile/css/download.css diff --git a/app/index/lang/en-us/mobile.php b/app/index/lang/en-us/mobile.php index d4409508..1e6e13c8 100644 --- a/app/index/lang/en-us/mobile.php +++ b/app/index/lang/en-us/mobile.php @@ -52,4 +52,10 @@ return [ // 返回文本 'send_success' => '信息已成功提交', 'send_fail' => '信息提交失败', + + // 附件下载 + '软件下载' => 'Software download', + '支持型号' => 'Supported Models', + '支持系统' => 'Supported Systems', + '全站搜索' => 'Search', ]; \ No newline at end of file diff --git a/app/index/view/mobile/attachment/index.html b/app/index/view/mobile/attachment/index.html new file mode 100644 index 00000000..e6b4df30 --- /dev/null +++ b/app/index/view/mobile/attachment/index.html @@ -0,0 +1,53 @@ +{extend name="public/base" /} +{block name="style"} + +{/block} +{block name="main"} +
+ +
+ + + +
{:lang('软件下载')}
+ + {notempty name="attachements"} + {volist name="attachements" id="att"} +
+
+ {$att.name} +
+
+
{$att.name}
+
+

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

+

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

+
+ {notempty name="att.attach"} + {volist name="att.attach" id="ch"} + + {/volist} + {/notempty} +
+
+ {/volist} + +
{$page|raw}
+ {/notempty} +
+{/block} \ No newline at end of file diff --git a/app/index/view/mobile/product/search.html b/app/index/view/mobile/product/search.html new file mode 100644 index 00000000..5a0ec62e --- /dev/null +++ b/app/index/view/mobile/product/search.html @@ -0,0 +1,7 @@ +{extend name="public/base" /} +{block name="style"} + +{/block} +{block name="main"} + +{/block} \ No newline at end of file diff --git a/app/index/view/mobile/public/header.html b/app/index/view/mobile/public/header.html index bd269576..3d123185 100644 --- a/app/index/view/mobile/public/header.html +++ b/app/index/view/mobile/public/header.html @@ -3,9 +3,9 @@
- - - + + +
@@ -81,7 +81,7 @@