From e4980cbe467cc67281d1151c5efe09b3fce4c4e8 Mon Sep 17 00:00:00 2001 From: augushong Date: Tue, 1 Nov 2022 09:48:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/command/make/component/tpl/_index.env | 3 ++- source/components/list/ul-music-list/_index.env | 3 ++- view/index/index/index.html | 9 +++++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/app/command/make/component/tpl/_index.env b/app/command/make/component/tpl/_index.env index 076824a..e28e9a9 100644 --- a/app/command/make/component/tpl/_index.env +++ b/app/command/make/component/tpl/_index.env @@ -2,4 +2,5 @@ title={$component_title} padding=0 margin=0 -gray=0 \ No newline at end of file +gray=0 +mobile=0 \ No newline at end of file diff --git a/source/components/list/ul-music-list/_index.env b/source/components/list/ul-music-list/_index.env index ca3e4e0..47093b3 100644 --- a/source/components/list/ul-music-list/_index.env +++ b/source/components/list/ul-music-list/_index.env @@ -1,3 +1,4 @@ title=音乐列表 padding=0 -gray=1 \ No newline at end of file +gray=1 +mobile=1 \ No newline at end of file diff --git a/view/index/index/index.html b/view/index/index/index.html index 8a05a73..c6b0bc8 100644 --- a/view/index/index/index.html +++ b/view/index/index/index.html @@ -74,7 +74,7 @@
{$vo.desc|raw}
-
+
预览效果
@@ -89,9 +89,13 @@
+
+ + +
-
{$vo.html|raw}
+
{$vo.html|raw}
@@ -281,6 +285,7 @@ margin: $(elem).data('margin'), padding: $(elem).data('padding'), gray: $(elem).data('gray'), + mobile: $(elem).data('mobile'), } },