| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 | 
							- {
 
- 	"pages": [
 
- 		{
 
- 			"path": "pages/index/index",
 
- 			"style": {
 
- 				"navigationBarTitleText": "每日运势"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/drawLots/index",
 
- 			"style": {
 
- 				"navigationBarTitleText": "每日运势"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/drawLots/fortune",
 
- 			"style": {
 
- 				"navigationBarTitleText": "今日运势"
 
- 			}
 
- 		},
 
- 		{
 
- 			"path": "pages/drawLots/journal",
 
- 			"style": {
 
- 				"navigationBarTitleText": "手账"
 
- 			}
 
- 		}
 
- 	],
 
- 	"subPackages": [
 
- 		{
 
- 			"root": "pagesA",
 
- 			"pages": [
 
- 				{
 
- 					"path": "agreement/user",
 
- 					"style": {
 
- 						"navigationBarTitleText": "用户协议"
 
- 					}
 
- 				},
 
- 				{
 
- 					"path": "agreement/privacy",
 
- 					"style": {
 
- 						"navigationBarTitleText": "隐私协议"
 
- 					}
 
- 				}
 
- 			]
 
- 		}
 
- 	],
 
- 	"globalStyle": {
 
- 		"navigationBarTextStyle": "black",
 
- 		"navigationBarTitleText": "辞图科技",
 
- 		"navigationBarBackgroundColor": "#ffffff",
 
- 		"backgroundColor": "#ffffff"
 
- 	}
 
- }
 
 
  |