forked from bili-vd-bak/biliroaming-ts-server-vercel
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
208 lines (198 loc) · 10.6 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html>
<head>
<!-- 基础信息 -->
<html lang="zh-cmn-Hans">
<meta charset="utf-8">
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="force-rendering" content="webkit" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="AzurStarの主页">
<meta name="keywords" content="AzurStar个人主页">
<meta name="author" content="AzurStar">
<title>0721解析服务器</title>
<link rel="stylesheet" type="text/css" href="./css/style.css">
<link rel="stylesheet" type="text/css" href="./css/iconfont.css">
<link rel="icon" href="https://xn--qoqt3y678a.xn--6qq986b3xl/favicon.ico">
<!--引入SweetAlert
<script src="https://fastly.jsdelivr.net/npm/sweetalert@2.1.2/dist/sweetalert.min.js"></script>-->
<script src="https://fastly.jsdelivr.net/npm/sweetalert2@10.15.5/dist/sweetalert2.all.min.js"></script>
<!--引入izitoast-->
<link rel="stylesheet" href="https://fastly.jsdelivr.net/npm/izitoast@1.4.0/dist/css/iziToast.min.css">
<script type="text/javascript" src="https://fastly.jsdelivr.net/npm/izitoast@1.4.0/dist/js/iziToast.min.js"></script>
<!--引入fontawesome-->
<link rel="stylesheet" href="https://fastly.jsdelivr.net/gh/volantis-x/cdn-fontawesome-pro@master/css/all.min.css"
media="all">
<!--科技炫酷按钮-->
<link rel="stylesheet" type="text/css" href="css/sey.css">
<script>if (/*@cc_on!@*/false || (!!window.MSInputMethodContext && !!document.documentMode)) window.location.href = "https://imsyy.top/upgrade-your-browser/index.html?referrer=" + encodeURIComponent(window.location.href);</script>
</head>
<body oncontextmenu=self.event.returnValue=false onselectstart="return false">
<!--<span class="mobile btn-mobile-menu">
<i class="social iconfont icon-list btn-mobile-menu__icon"></i>
<i class="social iconfont icon-ngleup btn-mobile-close__icon hidden"></i>
</span>-->
<header id="panel" class="panel-cover" style="background: url(eb5fdfd9-73fe-4d3f-9ba0-66baeafb62c6.jpg) center center / cover no-repeat rgb(102, 102, 102);">
<!--星空背景-->
<div id="stars"></div>
<div id="stars2"></div>
<div id="stars3"></div>
<!--天气api自己替换key-->
<div id="he-plugin-simple"></div>
<script>
WIDGET = {
"CONFIG": {
"modules": "01234",
"background": "5",
"tmpColor": "727272",
"tmpSize": "16",
"cityColor": "727272",
"citySize": "16",
"aqiColor": "727272",
"aqiSize": "16",
"weatherIconSize": "24",
"alertIconSize": "18",
"padding": "10px 10px 10px 10px",
"shadow": "1",
"language": "auto",
"borderRadius": "10",
"fixed": "false",
"vertical": "top",
"horizontal": "left",
"key": "f2607059cff84a809225dcce3ea360c0"
}
}
</script>
<div class="panel-main">
<div class="panel-main__inner panel-inverted">
<div class="panel-main__content">
<div class="ih-item circle effect right_to_left">
<a class="blog-button">
<div class="img"><img src="nn (1).jpg" alt="img" class="js-avatar iUp profilepic">
</div>
<div class="info iUp">
<div class="info-back">
<img alt="img" src="kl.gif" class="js-avatar profilepic">
</div>
</div>
</a>
</div>
<h1 class="panel-cover__title panel-title iUp">
<br />0721
</h1>
<p class="panel-cover__subtitle panel-subtitle iUp">公共解析服务器</p>
<canvas class="navigation-wrapper iUp" id="canvas" style="width:50%;padding-top:25px;" width="920" height="350"></canvas>
<script src="clock.js"></script>
<hr class="iUp" />
<!--一言无法显示时的文字-->
<p id="description" class="panel-cover__description iUp">如果不能忠于自己的心,胜负又有什么价值呢?
<br />
<strong>-「塔希里亚故事集」</strong>
</p>
<div class="navigation-wrapper iUp">
<div>
<nav class="cover-navigation cover-navigation--primary">
<ul class="navigation">
<li class="navigation__item">
<a href="/api/server_info" title="服务器网络信息" style="--clr:#1e9bff"><span>服务器网络信息</span><i></i></a>
</li>
<li class="navigation__item">
<a href="/users/{uid}" title="黑/白名单查询 style="--clr:#66ffcc"><span>黑/白名单查询</span><i></i></a>
</li>
<li class="navigation__item">
<a onClick="jiaocheng()" title="教程" target="_blank" style="--clr:#ff1867"><span>教程</span>
<script>
function jiaocheng() {
Swal.fire({
title: "使用教程",
text: "请勿在任何大型公共平台宣传服务器相关内容,可能会导致你的账号进入解析黑名单!",
showCancelButton: true,
confirmButtonColor: '#3085d6',
cancelButtonColor: '#3085d6',
confirmButtonText: "APP",
cancelButtonText: "WEB"
}).then((isConfirm) => {
try {
//判断 是否 点击的 确定按钮
if (isConfirm.value) {
Swal.fire("APP", "打开APP教程", "success");
window.location.href="https://github.com/yujincheng08/BiliRoaming/wiki/";
}
else if (isConfirm.isDismissed && isConfirm.dismiss == "cancel") {
Swal.fire("WEB", "打开WEB教程", "success");
window.location.href="https://github.com/yujincheng08/BiliRoaming/wiki/";
}
} catch (e) {
alert(e);
}
});
}
</script><i></i>
</a>
</li>
</ul>
</nav>
</div>
<div class="iUp">
<nav class="cover-navigation navigation--social">
<ul class="navigation">
<li class="navigation__item">
<a href="https://github.com/hllqk/" title="Github" target="_blank">
<j class="iconfont icon-github"></j>
<span class="label">Github</span>
</a>
</li>
<li class="navigation__item">
<a href="https://t.me/hllqk" title="Telegram" target="_blank">
<j class="fab fa-telegram-plane"></j>
<span class="label">Telegram</span>
</a>
</li>
<li class="navigation__item">
<a href="mailto:hllqk@outlook.com" title="Email">
<j class="fas fa-envelope"></j>
<span class="label">Email</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<div class="panel-cover--overlay cover-slate"></div>
</div>
<div class="remark iUp">
<p class="power">Powered By <a href="https://github.com/hllqk/biliroaming-ts-server-vercel/" target="view_window">biliroaming-ts-server-vercel</p>
</div>
</header>
<!--izitoast弹窗设置-->
<script>
iziToast.settings({
timeout: 4000,//调试
icon: 'Fontawesome',
closeOnEscape: 'true',
position: 'topRight',
transitionOut: 'fadeOutRight',
displayMode: '2',
layout: '2',
transitionIn: 'bounceInLeft',
});
</script>
<!--izitoast内容-->
<script>
function update() {
iziToast.info({
icon: 'fad fa-times-octagon',
backgroundColor: '#efefef',
title: '站点暂时关闭',
message: '只是出现了一点小问题 ~'
});
}
</script>
</style>
<script type="text/javascript" src="https://cdn.bootcdn.net/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<script type="text/javascript" src="./js/fetch.min.js"></script>
<script type="text/javascript" src="./js/main.js"></script>
</body>