12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "pages": [
- "pages/home/index",
- "pages/my/index",
- "pages/ad/index"
- ],
- "window": {
- "navigationBarTitleText": "喵缘礼堂",
- "pageOrientation": "portrait",
- "backgroundColor": "#F8F8F8",
- "backgroundColorTop": "#F4F5F6",
- "backgroundColorBottom": "#F4F5F6"
- },
- "tabBar": {
- "color": "#909399",
- "selectedColor": "#67c23a",
- "borderStyle": "black",
- "backgroundColor": "#F8F8F8",
- "list": [
- {
- "pagePath": "pages/home/index",
- "text": "首页",
- "iconPath": "static/home.png",
- "selectedIconPath": "static/home-active.png"
- },
- {
- "pagePath": "pages/my/index",
- "text": "使用说明",
- "iconPath": "static/book.png",
- "selectedIconPath": "static/book-active.png"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "演示定位能力"
- }
- },
- "usingComponents": {}
- }
|