第一次提交

This commit is contained in:
2023-08-11 12:42:04 +08:00
commit f8e6dfb082
322 changed files with 70415 additions and 0 deletions

28
pages.json Normal file
View File

@ -0,0 +1,28 @@
{
"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"
}
}