You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/main/java/com/lizongying/mytv/TVList.kt
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ object TVList {
7
7
8
8
privatevar mappingLogo =mapOf(
9
9
"CCTV4K 超高清" to "https://resources.yangshipin.cn/assets/oms/image/202306/3e9d06fd7244d950df5838750f1c6ac3456e172b51caca2c16d2282125b111e8.png?imageMogr2/format/webp",
10
-
"CCTV8K 超高清" to "https://static.wikia.nocookie.net/logos/images/6/69/CCTV8K.png/revision/latest/scale-to-width-down/120?cb=20230104110835&path-prefix=vi",
10
+
"CCTV8K 超高清" to "",
11
11
"CCTV1 综合" to "https://resources.yangshipin.cn/assets/oms/image/202306/d57905b93540bd15f0c48230dbbbff7ee0d645ff539e38866e2d15c8b9f7dfcd.png?imageMogr2/format/webp",
12
12
"CCTV2 财经" to "https://resources.yangshipin.cn/assets/oms/image/202306/20115388de0207131af17eac86c33049b95d69eaff064e55653a1b941810a006.png?imageMogr2/format/webp",
13
13
"CCTV3 综艺" to "https://resources.yangshipin.cn/assets/oms/image/202306/7b7a65c712450da3deb6ca66fbacf4f9aee00d3f20bd80eafb5ada01ec63eb3a.png?imageMogr2/format/webp",
@@ -66,6 +66,8 @@ object TVList {
66
66
"四川卫视" to "https://resources.yangshipin.cn/assets/oms/image/202306/3276a414ae0eaa0f116f2045cd913367967d0c7c1e978e8621ac3879436c6ed7.png?imageMogr2/format/webp",
67
67
"东南卫视" to "https://resources.yangshipin.cn/assets/oms/image/202306/3208fe6564a293c21b711333fb3edb05bb5b406cff840573c9a8d839680a1579.png?imageMogr2/format/webp",
68
68
"海南卫视" to "https://resources.yangshipin.cn/assets/oms/image/202306/6e060391fde0469801fc3d84dbf204b4f8d650d251f17d7595a6964c0bb99e81.png?imageMogr2/format/webp",
69
+
"天津卫视" to "",
70
+
"新疆卫视" to "",
69
71
)
70
72
privatevar mappingEPG =mapOf(
71
73
"CCTV4K 超高清" to "600002264",
@@ -128,6 +130,8 @@ object TVList {
128
130
"四川卫视" to "600002516",
129
131
"东南卫视" to "600002484",
130
132
"海南卫视" to "600002506",
133
+
"天津卫视" to "600152137",
134
+
"新疆卫视" to "600152138",
131
135
)
132
136
privatevar mappingVideo =mapOf(
133
137
"CCTV4K 超高清" to arrayOf("600002264", "2000266303"),
@@ -138,7 +142,7 @@ object TVList {
138
142
"CCTV4 中文国际" to arrayOf("600001814", "2000204803"),
139
143
"CCTV5 体育" to arrayOf("600001818", "2000205103"),
140
144
"CCTV5+ 体育赛事" to arrayOf("600001817", "2000204503"),
141
-
"CCTV6 电影" to arrayOf("600001802", "2000203303"),
145
+
"CCTV6 电影" to arrayOf("600001802", "2013693901"),
142
146
"CCTV7 国防军事" to arrayOf("600004092", "2000510003"),
143
147
"CCTV8 电视剧" to arrayOf("600001803", "2000203903"),
0 commit comments