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