|
@@ -55,6 +55,34 @@
|
|
"style":{
|
|
"style":{
|
|
"navigationStyle": "custom"
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ // 12频道分享
|
|
|
|
+ {
|
|
|
|
+ "path": "pages/share/channels",
|
|
|
|
+ "style":{
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ // 频道详情
|
|
|
|
+ {
|
|
|
|
+ "path": "pages/share/list",
|
|
|
|
+ "style":{
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ // 歌单
|
|
|
|
+ {
|
|
|
|
+ "path": "pages/share/detail",
|
|
|
|
+ "style":{
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ // 播放控件
|
|
|
|
+ {
|
|
|
|
+ "path": "pages/share/controls",
|
|
|
|
+ "style":{
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|