From d6a7a3f09d9f6de972905f7e1634600e217f8234 Mon Sep 17 00:00:00 2001 From: mehaotian <490272692@qq.com> Date: Fri, 15 Sep 2023 10:16:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=AF=BC=E8=88=AA=E6=A0=8F=E5=91=BD=E5=90=8D=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../uni-icons.css | 0 .../uni-navbar-lite.uvue} | 2 +- .../uni-navbar-lite.vue} | 0 .../uniicons.ttf | Bin pages.json | 4 ++-- pages/tabBar/template.uvue | 4 ++-- .../navbar-lite.uvue} | 2 +- 7 files changed, 6 insertions(+), 6 deletions(-) rename components/{uni-tabbar-light => uni-navbar-lite}/uni-icons.css (100%) rename components/{uni-tabbar-light/uni-tabbar-light.uvue => uni-navbar-lite/uni-navbar-lite.uvue} (96%) rename components/{uni-tabbar-light/uni-tabbar-light.vue => uni-navbar-lite/uni-navbar-lite.vue} (100%) rename components/{uni-tabbar-light => uni-navbar-lite}/uniicons.ttf (100%) rename pages/template/{navbar-light/navbar-light.uvue => navbar-lite/navbar-lite.uvue} (87%) diff --git a/components/uni-tabbar-light/uni-icons.css b/components/uni-navbar-lite/uni-icons.css similarity index 100% rename from components/uni-tabbar-light/uni-icons.css rename to components/uni-navbar-lite/uni-icons.css diff --git a/components/uni-tabbar-light/uni-tabbar-light.uvue b/components/uni-navbar-lite/uni-navbar-lite.uvue similarity index 96% rename from components/uni-tabbar-light/uni-tabbar-light.uvue rename to components/uni-navbar-lite/uni-navbar-lite.uvue index 11b102e3..679b1f3a 100644 --- a/components/uni-tabbar-light/uni-tabbar-light.uvue +++ b/components/uni-navbar-lite/uni-navbar-lite.uvue @@ -107,4 +107,4 @@ justify-content: center; align-items: center; } - \ No newline at end of file + diff --git a/components/uni-tabbar-light/uni-tabbar-light.vue b/components/uni-navbar-lite/uni-navbar-lite.vue similarity index 100% rename from components/uni-tabbar-light/uni-tabbar-light.vue rename to components/uni-navbar-lite/uni-navbar-lite.vue diff --git a/components/uni-tabbar-light/uniicons.ttf b/components/uni-navbar-lite/uniicons.ttf similarity index 100% rename from components/uni-tabbar-light/uniicons.ttf rename to components/uni-navbar-lite/uniicons.ttf diff --git a/pages.json b/pages.json index f72d3f0a..0a79e773 100644 --- a/pages.json +++ b/pages.json @@ -890,7 +890,7 @@ } }, { - "path": "pages/template/navbar-light/navbar-light", + "path": "pages/template/navbar-lite/navbar-lite", "style": { "navigationBarTitleText": "自定义导航栏", "navigationStyle": "custom" @@ -947,4 +947,4 @@ "query": "" //启动参数,在页面的onLoad函数里面得到 }] } -} \ No newline at end of file +} diff --git a/pages/tabBar/template.uvue b/pages/tabBar/template.uvue index 1c337f61..6b080ff5 100644 --- a/pages/tabBar/template.uvue +++ b/pages/tabBar/template.uvue @@ -161,8 +161,8 @@ export default { pages: [] as Page[], }, { - id: 'navbar-light', - url: 'navbar-light', + id: 'navbar-lite', + url: 'navbar-lite', name: '自定义导航栏', open: false, pages: [] as Page[], diff --git a/pages/template/navbar-light/navbar-light.uvue b/pages/template/navbar-lite/navbar-lite.uvue similarity index 87% rename from pages/template/navbar-light/navbar-light.uvue rename to pages/template/navbar-lite/navbar-lite.uvue index f7a80352..44e388a7 100644 --- a/pages/template/navbar-light/navbar-light.uvue +++ b/pages/template/navbar-lite/navbar-lite.uvue @@ -1,6 +1,6 @@