DESKTOP-O04BTUJ\muzen hace 3 años
padre
commit
0babfac27f
Se han modificado 1 ficheros con 28 adiciones y 0 borrados
  1. 28 0
      src/pages.json

+ 28 - 0
src/pages.json

@@ -55,6 +55,34 @@
 			"style":{
 				"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"
+			}
 		}
 	]
 }