Files
FirstUI-hello/pages.json
2023-08-11 12:42:04 +08:00

29 lines
569 B
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
// #ifdef H5
"titleNView": false,
// #endif
"navigationBarTitleText": "First UI"
}
}
],
"easycom": {
"autoscan": true,
"custom": {
"fui-(.*)": "@/components/firstui/fui-$1/fui-$1.vue"
}
},
"globalStyle": {
"backgroundTextStyle": "dark",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "First UI",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F1F4FA",
"backgroundColorTop": "#F1F4FA",
"backgroundColorBottom": "#F1F4FA"
}
}