From 276d901875ac63cbc061bed79f989af4bbb5de01 Mon Sep 17 00:00:00 2001 From: liqian <735273025@qq.com> Date: Mon, 8 Dec 2025 09:34:10 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=B8=93=E9=A2=98=20-=20=E7=AC=94?= =?UTF-8?q?=E8=AE=B0=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +- app/index/view/mobile/topic_laptop/index.html | 13 +++++ app/index/view/pc/topic_laptop/index.html | 52 +++++++++++++++++++ 3 files changed, 67 insertions(+), 2 deletions(-) create mode 100644 app/index/view/mobile/topic_laptop/index.html create mode 100644 app/index/view/pc/topic_laptop/index.html diff --git a/.gitignore b/.gitignore index e3b99a3c..8c9279ce 100644 --- a/.gitignore +++ b/.gitignore @@ -9,8 +9,8 @@ Thumbs.db .env.prod .htaccess .user.ini -404.html -index.html +/404.html +/index.html public/dist* public/opendoc diff --git a/app/index/view/mobile/topic_laptop/index.html b/app/index/view/mobile/topic_laptop/index.html new file mode 100644 index 00000000..6de16ef2 --- /dev/null +++ b/app/index/view/mobile/topic_laptop/index.html @@ -0,0 +1,13 @@ +{extend name="public/base" /} +{block name="style"} + +{/block} +{block name="header"} + +{/block} +{block name="main"} + +{/block} +{block name="script"} + +{/block} \ No newline at end of file diff --git a/app/index/view/pc/topic_laptop/index.html b/app/index/view/pc/topic_laptop/index.html new file mode 100644 index 00000000..e081145f --- /dev/null +++ b/app/index/view/pc/topic_laptop/index.html @@ -0,0 +1,52 @@ +{extend name="public/base" /} +{block name="style"} + +{/block} +{block name="main"} + +测试 +
+
+ + 测试 + +
+
+{/block} +{block name="script"} + +{/block} \ No newline at end of file