You've already forked template-MP
25 lines
399 B
JSON
25 lines
399 B
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index"
|
|
}
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "subPages",
|
|
"pages": []
|
|
}
|
|
],
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
}
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "miniprogram",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
}
|
|
}
|