123456789101112131415161718192021222324252627282930313233343536 |
- {
- "pages": [
- "pages/index/index",
- "pages/add/index",
- "pages/upload/index",
- "pages/detail/index",
- "pages/my/index"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Coffee Talk",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "custom": true,
- "list": [{
- "pagePath": "pages/index/index",
- "text": "",
- "iconPath": "img/home2.png",
- "selectedIconPath": "img/home.png"
- }, {
- "pagePath": "pages/my/index",
- "text": "",
- "iconPath": "img/user2.png",
- "selectedIconPath": "img/user.png"
- }]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "您的位置信息将用于查找附近的Coffee Talk"
- }
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|