32 lines
972 B
JSON
32 lines
972 B
JSON
{
|
|
"pages": [
|
|
"pages/task/index",
|
|
"pages/task/taskView/index",
|
|
"pages/logs/logs",
|
|
"pages/myself/index",
|
|
"pages/message/index",
|
|
"pages/taskDetail/index",
|
|
"pages/anniversary/index",
|
|
"pages/anniversary/create/index",
|
|
"pages/myself/notify/index",
|
|
"pages/myself/question/index",
|
|
"pages/myself/about/index",
|
|
"pages/myself/account/index"
|
|
],
|
|
"usingComponents": {
|
|
"t-icon": "/components/icon/icon",
|
|
"t-checkbox": "/components/checkbox/checkbox",
|
|
"t-input": "/components/input/input",
|
|
"t-textarea": "/components/textarea/textarea",
|
|
"t-cell": "/components/cell/cell"
|
|
},
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "奎因清单",
|
|
"navigationBarTextStyle": "black"
|
|
},
|
|
"style": "v2",
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|