| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- {
- "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",
- "style": {
- "navigationBarTitleText": "动态时钟"
- }
- },
- {
- "path": "pages/demo/lottery",
- "type": "page",
- "style": {
- "navigationBarTitleText": "九宫格抽奖"
- }
- },
- {
- "path": "pages/demo/lottery2",
- "type": "page",
- "style": {
- "navigationBarTitleText": "大转盘抽奖"
- }
- },
- {
- "path": "pages/login/login",
- "type": "page",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/lottery/nine-grid",
- "type": "page"
- },
- {
- "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": []
- }
|