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 11b102e35c8fb7d74c87529855552aae05ad81fc..679b1f3a204fb42165f53ae32b5f1c385cb41cdb 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 f72d3f0a8e7e0c1e6375cc94542d46910a04e16e..0a79e7737c54144eeadbb88543f90182546c44cc 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 1c337f6106188adbaf3582fc308a538e65ac044c..6b080ff528b45cf39651674a89f88b561d8b0236 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 f7a8035226ced968c91a4a09def74714cbaa45ce..44e388a7b4c7f9899b561d2cf0ed987a3368ffc2 100644 --- a/pages/template/navbar-light/navbar-light.uvue +++ b/pages/template/navbar-lite/navbar-lite.uvue @@ -1,6 +1,6 @@