feat: add venue selection shell
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"easycom": {
|
||||
"autoscan": true,
|
||||
"custom": {
|
||||
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
||||
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
||||
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
|
||||
}
|
||||
},
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/venue-select/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "选择场馆",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"navigationBarTextStyle": "black"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"backgroundColor": "#F8FAFC",
|
||||
"backgroundColorBottom": "#F8FAFC",
|
||||
"backgroundColorTop": "#FFFFFF"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user