123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "requiredPrivateInfo": [
- "camera"
- ],
- "pages": [
- "pages/index/index",
- "pages/logs/logs",
- "pages/settings/settings",
- "pages/theme/theme",
- "pages/community/community",
- "pages/personalCenter/personalCenter"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#E7624F",
- "navigationBarTitleText": "WeChat",
- "navigationBarTextStyle": "white"
- },
- "tabBar": {
- "selectedColor": "#000000",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "计时",
- "iconPath": "./images/jishi2.png",
- "selectedIconPath": "./images/jishi.png"
- },
- {
- "pagePath": "pages/logs/logs",
- "text": "统计",
- "iconPath": "./images/tongji2.png",
- "selectedIconPath": "./images/tongji.png"
- },
- {
- "pagePath": "pages/community/community",
- "text": "社区",
- "iconPath": "./images/community2.png",
- "selectedIconPath": "./images/community.png"
- },
- {
- "pagePath": "pages/settings/settings",
- "text": "设置",
- "iconPath": "./images/setting2.png",
- "selectedIconPath": "./images/setting.png"
- }
- ]
- }
- }
|