16 lines
448 B
TypeScript
16 lines
448 B
TypeScript
import { defineUniPages } from '@uni-helper/vite-plugin-uni-pages'
|
|
|
|
export default defineUniPages({
|
|
pages: [],
|
|
globalStyle: {
|
|
backgroundColor: '@bgColor',
|
|
backgroundColorBottom: '@bgColorBottom',
|
|
backgroundColorTop: '@bgColorTop',
|
|
backgroundTextStyle: '@bgTxtStyle',
|
|
navigationBarBackgroundColor: '#ffffff',
|
|
navigationBarTextStyle: '@navTxtStyle',
|
|
navigationBarTitleText: '',
|
|
navigationStyle: 'default',
|
|
},
|
|
})
|