feat init
This commit is contained in:
21
pages.config.ts
Normal file
21
pages.config.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
import { defineUniPages } from '@uni-helper/vite-plugin-uni-pages'
|
||||
|
||||
export default defineUniPages({
|
||||
pages: [],
|
||||
globalStyle: {
|
||||
backgroundColor: '@bgColor',
|
||||
backgroundColorBottom: '@bgColorBottom',
|
||||
backgroundColorTop: '@bgColorTop',
|
||||
backgroundTextStyle: '@bgTxtStyle',
|
||||
navigationBarBackgroundColor: '#000000',
|
||||
navigationBarTextStyle: '@navTxtStyle',
|
||||
navigationBarTitleText: 'Vitesse-Uni',
|
||||
navigationStyle: 'custom',
|
||||
},
|
||||
// tabBar: {
|
||||
// backgroundColor: "@tabBgColor",
|
||||
// borderStyle: "@tabBorderStyle",
|
||||
// color: "@tabFontColor",
|
||||
// selectedColor: "@tabSelectedColor",
|
||||
// },
|
||||
})
|
||||
Reference in New Issue
Block a user