Compare commits

...

6 Commits

Author SHA1 Message Date
NC
173e0ee0f7
Update index.htm 2023-12-09 13:11:26 +08:00
NC
135cf111c2
Add files via upload 2023-12-09 13:09:49 +08:00
NC
d07435f4c3
Delete favicon.ico 2023-12-09 13:08:53 +08:00
NC
65259c1be9
Update index.htm 2023-12-09 12:53:57 +08:00
NC
5a36f8fe7a
Update vod.htm 2023-12-09 12:51:34 +08:00
NC
2f07f4e469
Update daohang.htm 2023-12-09 12:22:27 +08:00
13 changed files with 85 additions and 1 deletions

BIN
android-chrome-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
android-chrome-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

9
browserconfig.xml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>

View File

@ -31,7 +31,7 @@ a:hover{ background:#FFFF00}/* 鼠标经过悬停字体颜色 */
<tr>
<td align="right" height="50" valign="top">
<p align="right">
<span style="background-color: #FFFF00"><font face="Candara" size="1">2023-12-07更新</font></span></p>
<span style="background-color: #FFFF00"><font face="Candara" size="1">2023-12-09更新大量接口</font></span></p>
</td>
</tr>
<tr>

BIN
favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 942 B

BIN
favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -3,6 +3,14 @@
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<title>IPTVindex.com | 电视直播 影视点播</title>
</head>

BIN
mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

29
safari-pinned-tab.svg Normal file
View File

@ -0,0 +1,29 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M1608 4670 c-86 -46 -130 -146 -108 -242 12 -51 23 -64 292 -334
l279 -281 -66 -7 c-348 -36 -729 -154 -934 -290 -267 -178 -450 -549 -517
-1046 -23 -170 -23 -510 0 -680 77 -575 288 -936 651 -1118 147 -73 395 -146
638 -187 258 -44 486 -58 812 -52 380 8 614 37 903 112 438 115 658 278 825
611 132 263 199 590 200 969 0 296 -33 533 -108 760 -114 350 -289 572 -554
705 -192 96 -518 184 -798 216 -35 3 -63 9 -63 13 0 3 117 123 261 266 254
254 289 295 304 363 17 78 -37 182 -116 222 -47 25 -137 26 -182 4 -18 -9
-197 -181 -399 -382 l-368 -367 -367 367 c-203 201 -382 373 -400 382 -45 22
-138 20 -185 -4z m1432 -1284 c430 -57 724 -157 842 -285 370 -402 370 -1541
0 -1932 -99 -106 -269 -183 -524 -238 -556 -120 -1347 -96 -1798 55 -154 51
-250 106 -324 185 -171 180 -276 548 -276 965 0 379 73 690 210 888 147 214
444 320 1065 380 110 10 687 -2 805 -18z"/>
<path d="M2210 2611 c-19 -10 -44 -34 -55 -52 -19 -32 -20 -52 -20 -424 0
-374 1 -391 20 -425 12 -19 35 -43 53 -53 68 -40 86 -34 498 172 434 216 430
213 422 317 -3 39 -11 61 -29 80 -13 14 -194 111 -401 215 -405 203 -419 207
-488 170z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

19
site.webmanifest Normal file
View File

@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

19
vod.htm
View File

@ -50,6 +50,25 @@ a:hover{ background:#FFFF00}/* 鼠标经过悬停字体颜色 */
<p><b>本地接口:</b> <a href="https://itvbox.lanzoub.com/b0erx68gf">-=云星日记TVBox本地接口=-</a> 密码4e93 本地+在线多仓 (优选): <font color=red>clan://localhost/TVBox/lib/ksck.json</font><img border="0" src="https://iptvindex.com/img/hot.png" width="16" height="16"></p>
<p><font color=gray>clan://localhost/TVBox/lib/99.json</font></p>
<p><b><font color=red>大量更新接口</font></b></p>
<p>运输车https://weixine.net/ysc.json</p>
<p>浪里小白龙http://39.101.135.137:8686</p>
<p>短剧接口https://github.moeyy.xyz/raw.githubusercontent.com/lxhfans/DEMO/master/duanju.json</p>
<p>天天开心http://a.rihou.cc/天天开心 http://rihou.vip:55/天天开心 http://rihou.cc:55/天天开心 http://66.rihou.cc:66/天天开心/天天开心</p>
<p>996影视https://123.155123.xyz/996.json</p>
<p>拾光仓库https://gh.con.sh/https://raw.githubusercontent.com/xmbjm/xmbjm/main/xmbjmdc.json</p>
<p>幸福之家https://sourl.cn/CkPF2y</p>
<p>乐享汇https://too.st/6s0</p>
<p>恒星资料网https://codeberg.org/hengxing/hx/raw/branch/main/1_hxzck.txt</p>
<p>观影https://pan.shangui.cc/f/2xAlsx/HJCK.txt</p>
<p>青木单仓https://pan.shangui.cc/f/NqmNUj/Aoki.json</p>
<p>青木精选https://pan.shangui.cc/f/5d3mSA/Aoki.json</p>
<p>画面速度还不错http://pandown.pro/tvbox/tvbox.json</p>
<p>月儿https://jihulab.com/yueer/yueera/-/raw/main/11.17/yueer.json</p>
<p>车妹http://svip.weixine.net:88/uploads/itvbox/svip.json</p>
<p>讴歌仓库http://m.nxog.top/api1.php?mz=m&id=2&b=安卓哥粉丝</p>
<p>蚂蚁仓https://agit.ai/pinghui/xinghe/raw/branch/master/mayicang.txt</p>
<p><b>多仓地址:</b></p>
<p>业余打发https://pan.shangui.cc/f/XAyUd/zx.json</p>
<p>心魔线路https://gitee.com/yw88075/tvbox1/raw/main/ywdc.json</p>