| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "pages": [
- "pages/index/index",
- "pages/test/test",
- "pages/login/login",
- "pages/add_member/add_member",
- "pages/lineage/lineage",
- "pages/member_detail/member_detail",
- "pages/family_circle/family_circle",
- "pages/my_entries/my_entries"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTitleText": "留家族",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f5f5f5"
- },
- "tabBar": {
- "custom": true,
- "color": "#999999",
- "selectedColor": "#8B4513",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "images/home.png",
- "selectedIconPath": "images/home-active.png"
- },
- {
- "pagePath": "pages/lineage/lineage",
- "text": "世系查询",
- "iconPath": "images/tree.png",
- "selectedIconPath": "images/tree-active.png"
- },
- {
- "pagePath": "pages/my_entries/my_entries",
- "text": "我的录入",
- "iconPath": "images/tree.png",
- "selectedIconPath": "images/tree-active.png"
- },
- {
- "pagePath": "pages/family_circle/family_circle",
- "text": "家族圈",
- "iconPath": "images/circle.png",
- "selectedIconPath": "images/circle-active.png"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "用于获取用户位置"
- }
- },
- "sitemapLocation": "sitemap.json"
- }
|