21 lines
505 B
JSON
21 lines
505 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/logs/logs",
|
|
"pages/myself/index",
|
|
"pages/today/index",
|
|
"pages/message/index"
|
|
],
|
|
"usingComponents": {
|
|
"t-icon": "/components/icon/icon"
|
|
},
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "奎因清单",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|