Jelajahi Sumber

路由文件

DESKTOP-O04BTUJ\muzen 3 tahun lalu
induk
melakukan
0babfac27f
1 mengubah file dengan 28 tambahan dan 0 penghapusan
  1. 28 0
      src/pages.json

+ 28 - 0
src/pages.json

@@ -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"
+			}
 		}
 		}
 	]
 	]
 }
 }