123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "enablePullDownRefresh": true
- }
- },
- {
- "path" : "pages/longTapIndex/longTapIndex",
- "style" : {
- "navigationBarBackgroundColor": "#f34336",
- "navigationStyle": "default"
- }
- }
- ,{
- "path" : "pages/ranking/ranking",
- "style" : {}
- }
- ,{
- "path" : "pages/honour/honour",
- "style" : {}
- }
- ,{
- "path" : "pages/setting/setting",
- "style" : {}
- }
- ,{
- "path" : "pages/upload/upload",
- "style" : {}
- }
- ,{
- "path" : "pages/exchange/exchange",
- "style" : {}
- }
- ,{
- "path" : "pages/rules/rules",
- "style" : {}
- }
- ,{
- "path" : "pages/statistics/statistics",
- "style" : {}
- }
- ,{
- "path" : "pages/help/help",
- "style" : {}
- }
- ,{
- "path" : "pages/address/address",
- "style" : {}
- }
- ,{
- "path" : "pages/addressadd/addressadd",
- "style" : {}
- }
- ,{
- "path" : "pages/howsignup/howsignup",
- "style" : {}
- }
- ,{
- "path" : "pages/howshare/howshare",
- "style" : {}
- }
- ,{
- "path" : "pages/howupload/howupload",
- "style" : {}
- }
- ,{
- "path" : "pages/signup/signup",
- "style" : {}
- }
- ,{
- "path" : "pages/score/score",
- "style" : {}
- }
- ,{
- "path" : "pages/self/self",
- "style" : {}
- }
- ,{
- "path" : "pages/sold/sold",
- "style" : {}
- }
- ,{
- "path" : "pages/joinnum/joinnum",
- "style" : {}
- }
- ,{
- "path" : "pages/hishonour/hishonour",
- "style" : {}
- }
- ,{
- "path" : "pages/hisrace/hisrace",
- "style" : {}
- }
- ,{
- "path" : "pages/detail/detail",
- "style" : {}
- }
- ,{
- "path" : "pages/exchangerecord/exchangerecord",
- "style" : {}
- }
- ,{
- "path" : "pages/crownshare/crownshare",
- "style" : {}
- }
- ,{
- "path" : "pages/countdown/countdown",
- "style" : {}
- }
- ,{
- "path" : "pages/mygift/mygift",
- "style" : {}
- }
- ,{
- "path" : "pages/challengeList/challengeList",
- "style" : {}
- }
- ,{
- "path" : "pages/challenge/challenge",
- "style" : {}
- }
- ,{
- "path" : "pages/challengeChoose/challengeChoose",
- "style" : {}
- }
- ,{
- "path" : "pages/challenge-detail/challenge-detail",
- "style" : {}
- }
- ],
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- }
|