-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
70 lines (63 loc) · 2.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>超级商店-TVBox配置接口解密</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="超级商店-发布页,永久有效地址!" />
<meta name="description" content="超级商店-发布页,关注,TVBox,配置,接口,动态,解密,必应,收藏,绿清,回家,不迷路!" />
<link rel="shortcut icon" type="image/x-icon" href="/images/icon.ico">
<!-- 引入Bootstrap样式库 -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<style>
body {
margin-top: 40px;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 0 15px;
}
.input-group {
margin-bottom: 20px;
}
.loading {
display: none;
margin-top: 20px;
}
@media (max-width: 768px) {
.container {
max-width: 100%;
}
}
</style>
</head>
<body>
<div class="container">
<h1 class="text-center mb-5">TVBox配置接口解密</h1>
<div class="input-group mb-3">
<input type="text" class="form-control" id="url" value="" placeholder="输入接口地址,没地址?关注公众号猫技回复接口">
<button class="btn btn-secondary" type="button" onclick="crawl()">解密</button>
</div>
<div class="text-center loading" id="loading">
<div class="spinner-border" role="status">
野<span class="visually-hidden">Loading...</span>
</div>
</div>
<textarea class="form-control" id="result" cols="80" rows="20" readonly></textarea>
<div class="text-center mt-3">
<a href="https://m.n13.club/" target="_blank"class="btn btn-primary">主页</a>
<button class="btn btn-warning" onclick="copyText()">复制</button>
<button class="btn btn-success" onclick="window.location.href = 'https://bjq.n13.club/'">编辑器</button>
<a href="https://mp.weixin.qq.com/s/63NhS-LbZn02Xj-hJFTdCg" target="_blank"class="btn btn-danger">更多资源关注猫技公众号</a>
</div>
</div>
<!-- 引入Bootstrap JS库 -->
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap.mins.js"></script>
</body>
<!--雪花API-->
<script src='https://api.vvhan.com/api/snow'></script>
</html>