{ "globalStyle": { "navigationStyle": "default", "navigationBarTitleText": "vue3-uniapp", "navigationBarBackgroundColor": "#f8f8f8", "navigationBarTextStyle": "black", "backgroundColor": "#FFFFFF" }, "easycom": { "autoscan": true, "custom": { "^fly-(.*)": "@/components/fly-$1/fly-$1.vue", "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue" } }, "tabBar": { "color": "#7A7E83", "selectedColor": "#00f", "backgroundColor": "#ffffff", "borderStyle": "black", "height": "50px", "fontSize": "10px", "iconWidth": "24px", "spacing": "3px", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/tab-icons/extui.png", "selectedIconPath": "static/tab-icons/extuiHL.png", "text": "首页" }, { "pagePath": "pages/throughout/index", "iconPath": "static/tab-icons/template.png", "selectedIconPath": "static/tab-icons/templateHL.png", "text": "通屏" } ] }, "pages": [ { "path": "pages/index/index", "type": "home", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/demo/clock", "type": "page" }, { "path": "pages/login/login", "type": "page", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/my/index", "type": "page", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/throughout/index", "type": "page", "style": { "navigationBarTitleText": "通屏+下拉刷新+自定义导航栏", "enablePullDownRefresh": true, "backgroundColor": "#23c09c", "app-plus": { "titleNView": { "type": "transparent" } }, "mp-weixin": { "navigationStyle": "custom" } } }, { "path": "pages/index/demo/component-auto-import", "type": "page", "style": { "navigationBarTitleText": "easycom 自动导入" } }, { "path": "pages/index/demo/mp-weixin-share", "type": "page", "style": { "navigationBarTitleText": "微信分享" } }, { "path": "pages/index/demo/navbar", "type": "page", "style": { "navigationBarTitleText": "自定义导航栏", "navigationStyle": "custom" } }, { "path": "pages/index/demo/pages-auto-import", "type": "page", "style": { "navigationBarTitleText": "pages 自动导入" } }, { "path": "pages/index/demo/pinia", "type": "page", "style": { "navigationBarTitleText": "pinia+持久化" } }, { "path": "pages/index/demo/request", "type": "page", "style": { "navigationBarTitleText": "request请求+请求拦截" } }, { "path": "pages/index/demo/throughout", "type": "page", "style": { "navigationBarTitleText": "通屏+下拉刷新+自定义导航栏", "enablePullDownRefresh": false, "backgroundColor": "#23c09c", "app-plus": { "titleNView": { "type": "transparent" } }, "mp-weixin": { "navigationStyle": "custom" } } }, { "path": "pages/index/demo/uni-ui-icons", "type": "page", "style": { "navigationBarTitleText": "UniUI Icons 使用" } }, { "path": "pages/index/demo/uni-ui", "type": "page", "style": { "navigationBarTitleText": "UniUI 使用" } }, { "path": "pages/index/demo/unocss-icons", "type": "page", "style": { "navigationBarTitleText": "UnoCss Icons 使用" } }, { "path": "pages/index/demo/unocss", "type": "page", "style": { "navigationBarTitleText": "UnoCss 使用" } } ], "subPackages": [] }