1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "pages": [
- "page/home/index",
- "page/home/result/result",
- "page/home/deduct/deduct",
- "page/home/webView/webView",
- "page/findmore/index"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#03C29D",
- "navigationBarTitleText": "个人所得税计算器",
- "navigationBarTextStyle": "white",
- "backgroundColor": "#F8F8F8"
- },
- "usingComponents": {},
- "tabBar": {
- "custom": true,
- "color": "#999999",
- "selectedColor": "#5674F0",
- "backgroundColor": "#ffffff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "page/home/index",
- "text": "首页",
- "iconPath": "/icon/public/shouye.png",
- "selectedIconPath": "/icon/public/shouye_selected.png"
- },
- {
- "pagePath": "page/findmore/index",
- "text": "发现",
- "iconPath": "/icon/public/faxian.png",
- "selectedIconPath": "/icon/public/faxian_normal.png"
- }
- ]
- },
- "debug": false,
- "navigateToMiniProgramAppIdList": [
- "wxbf3f03f8a7d0cdcf",
- "wx7ab08191e61478c5",
- "wxdb674acb1231c231",
- "wx4882c703815c5602",
- "wx0fdd65237732c014"
- ],
- "sitemapLocation": "sitemap.json"
- }
|