Files
quinn-wx/app.json
2022-11-11 21:51:57 +08:00

26 lines
776 B
JSON

{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/myself/index",
"pages/today/index",
"pages/message/index"
],
"usingComponents": {
"t-tab-bar": "/components/tab-bar/tab-bar",
"t-tab-bar-item": "/components/tab-bar/tab-bar-item",
"t-cell": "/components/cell/cell",
"t-swipe-cell": "/components/swipe-cell/swipe-cell",
"t-tabs": "/components/tabs/tabs",
"t-tab-panel": "/components/tabs/tab-panel"
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "奎因清单",
"navigationBarTextStyle": "black"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}