123456789101112131415161718192021 |
- {
- "pages":[
- "pages/index/index",
- "pages/logs/logs"
- ],
- "usingComponents": {
- "tabBar": "/components/tabbar/tabbar"
- },
- "window":{
- "backgroundTextStyle":"light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "navigationBarTextStyle":"black"
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "useExtendedLib": {
- "kbone": true,
- "weui": true
- }
- }
|