wx-starlock/pages.json

24 lines
528 B
JSON
Raw Normal View History

2024-08-06 09:40:20 +08:00
{
2024-08-06 10:57:56 +08:00
"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": [
2024-08-06 13:41:07 +08:00
{
"path": "pages/index/index"
2024-08-06 09:40:20 +08:00
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "星星锁",
2024-08-06 09:40:20 +08:00
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
2024-08-06 09:40:20 +08:00
},
"uniIdRouter": {}
2024-08-06 10:57:56 +08:00
}