35 lines
649 B
JSON
35 lines
649 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/logs/logs",
|
|
"pages/about/about",
|
|
"components/header/header"
|
|
],
|
|
"subpackages": [
|
|
{
|
|
"root": "shop",
|
|
"pages": [
|
|
"pages/home/home"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "Weixin",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"tabBar": {
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/logs/logs",
|
|
"text": "日志"
|
|
}
|
|
]
|
|
}
|
|
} |