代码拉取完成,页面将自动刷新
同步操作将从 KAI/continew-mobile 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
import { defineUniPages } from '@uni-helper/vite-plugin-uni-pages'
export default defineUniPages({
globalStyle: {
navigationStyle: 'default',
navigationBarTitleText: 'unibest',
navigationBarBackgroundColor: '#f8f8f8',
navigationBarTextStyle: 'black',
backgroundColor: '#FFFFFF',
},
easycom: {
autoscan: true,
custom: {
// 配置了components.d.ts后,这里可以不配置了
// '^sar-(.*)': 'sard-uniapp/components/$1/$1.vue',
'^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)':
'z-paging/components/z-paging$1/z-paging$1.vue',
'^sar-(.*)': 'sard-uniapp/components/$1/$1.vue',
'^gi-(.*)$': '@/components/gi-$1/gi-$1.vue',
},
},
tabBar: {
// custom: true,
color: '#C5CAD5',
selectedColor: '#4C70F0',
backgroundColor: '#FBFBFB',
list: [
{
pagePath: 'pages/home/index',
text: '首页',
},
{
pagePath: 'pages/demo/index',
text: '示例',
},
{
pagePath: 'pages/message/index',
text: '消息',
},
{
pagePath: 'pages/user/index',
text: '我的',
},
],
},
pages: [
{
path: 'pages/home/index',
type: 'home',
style: {
navigationBarTitleText: '首页',
},
},
{
path: 'pages/demo/index',
type: 'page',
style: {
navigationBarTitleText: '示例',
},
},
{
path: 'pages/user/index',
type: 'page',
style: {
navigationBarTitleText: '我的',
navigationBarTextStyle: 'white',
navigationBarBackgroundColor: '#3049BD',
},
},
{
path: 'pages/help/index',
type: 'page',
style: {
navigationBarTitleText: '常见问题',
},
},
],
})
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。