|
|
|
@ -17,6 +17,24 @@ |
|
|
|
"subPackages": [{ |
|
|
|
"root": "package1", |
|
|
|
"pages": [{ |
|
|
|
"path": "planet/index", |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "白嫖星球", |
|
|
|
"navigationStyle": "custom" |
|
|
|
} |
|
|
|
},{ |
|
|
|
"path": "planet/drawResult", |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "开奖结果", |
|
|
|
"navigationStyle": "custom" |
|
|
|
} |
|
|
|
},{ |
|
|
|
"path": "planet/ticketLog", |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "星球券明细", |
|
|
|
"navigationStyle": "custom" |
|
|
|
} |
|
|
|
},{ |
|
|
|
"path": "tabbar/release", |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "发布", |
|
|
|
|