import { defineUniPages } from '@uni-helper/vite-plugin-uni-pages' export default defineUniPages({ globalStyle: { navigationStyle: 'default', navigationBarTitleText: 'uniapp', navigationBarBackgroundColor: '#f8f8f8', navigationBarTextStyle: 'white', backgroundColor: '#000000', }, easycom: { autoscan: true, custom: { '^wd-(.*)': 'wot-design-uni/components/wd-$1/wd-$1.vue', '^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)': 'z-paging/components/z-paging$1/z-paging$1.vue', }, }, tabBar: { color: '#333333', selectedColor: '#071F50', backgroundColor: '#fff', borderStyle: 'black', height: '50px', fontSize: '11px', iconWidth: '24px', spacing: '3px', list: [ { iconPath: '/static/tabbar/home.png', selectedIconPath: '/static/tabbar/home_selected.png', pagePath: 'pages/home/index', text: '้ฆ–้กต', }, { iconPath: '/static/tabbar/user.png', selectedIconPath: '/static/tabbar/user_selected.png', pagePath: 'pages/user/index', text: 'ๆˆ‘็š„', }, ], }, })