-
Notifications
You must be signed in to change notification settings - Fork 29
/
index.html
336 lines (324 loc) · 15 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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
<!DOCUMENT html>
<html>
<head>
<meta charset="UTF-8">
<!-- ‼️config here 在这里配置姓名等 -->
<script>
/* (字符串)姓名 最多六个字符 不然可能会有点问题 实际上是懒得调样式 如果可以的话可以自己改 */
name = "A-SOUL";
/* (URL 字符串)输入一寸照片的 URL,或者是 base64 数组。 */
picture = "https://cdn.alexhaohao.com/asoulwiki/2021/07/20210719084508900.png?x-oss-process=image/auto-orient,1/quality,q_90/format,webp";
reverse_picture_color = true; /* (布尔值)是否将图片反色 */
/* (字符串)在这里写一些介绍和生前逸事 */
introduction = "A-SOUL 是由乐华娱乐与字节跳动共同推出的虚拟女子偶像团体,共有<i>五</i>名成员,分别是向晚Ava、贝拉Bella、<!--珈乐Carol、-->嘉然Diana、乃琳Eileen。<br><br>生前逸事:制作委员会压榨中之人员工,138 元的舰长中之人仅能得 7 角钱。QA 打太极、隐瞒员工伤情、PUA 员工,而后为了逼迫员工续约将员工隐私暴露在互联网上。其发现可能团队为了完全压榨员工,可能进行了(未考证)以低价购买中之人的脸模并运用到游戏里、高强度收集中之人声音进行人工智能训练,以便后续 AI 直播,且 AI 直播包含软色情。更多出生的内容可以前往微博 <i>#A-SOUL成员遭遇公司PUA# #A-soul制作委员会致歉# #A-SOUL称不存在霸凌压榨成员情况# #抵制字节跳动剥削员工#</i> 等 Tag 了解。";
</script>
<!-- 网页头 -->
<link rel="stylesheet" href="./bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="./bootstrap/css/bootstrap-theme.css">
<script src="./bootstrap/js/bootstrap.js"></script>
<script src="./jquery.js"></script>
<script src="./lottie.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://unpkg.com/gitalk/dist/gitalk.css">
<script src="https://unpkg.com/gitalk/dist/gitalk.min.js"></script>
<style>
body {
background: black;
color: white;
}
.container {
max-width: 720px;
}
#RenShengZiGu {
border-style:solid;
border-width:2px;
border-radius: 7px;
border-color: white;
background-color: black;
padding: .2em;
font-size: 20px;
}
#Sheiwusi {
margin-left: .3em;
color: white;
}
#Lilium_formosanum_var_pricei {
width: 5vw;
border-radius: 5px;
}
#LingTang {
position: relative;
}
#Picture_Border {
position: relative;
width: 100%;
max-width: 320px;
min-width: 300px;
left: 50%;
transform: translateX(-50%);
pointer-events: none;
filter: invert(1) hue-rotate(180deg);
}
#Dead_Picture {
position: absolute;
width: 18%;
min-width: 130px;
left: 50%;
transform: translate(-50%, 120px);
}
.Dead_Picture_Light {
filter: grayscale(100%) blur(3px);
}
#big_name {
position: relative;
text-align: center;
font-size: 3em;
text-transform: capitalize;
border: thin solid;
border-width:2px;
border-radius: 7px;
width: 65%;
left: 50%;
font-weight: 900;
transform: translateX(-50%);
}
#tips {
color: gray;
}
#tips::after {
content: "(🖱/👆 ↓)";
}
@keyframes UpStream_animation {
0% {
transform: translate(-50%, 120px);
}
25% {
transform: translate(-49%, 100px);
}
27% {
transform: translate(-32%, 90px);
}
30% {
transform: translate(-70%, 80px);
}
40% {
transform: translate(-49%, 70px);
}
60% {
transform: translate(-40%, 50px);
}
700% {
transform: translate(-70%, 80px);
}
73% {
transform: translate(-49%, 70px);
}
75% {
transform: translate(-40%, 50px);
}
78% {
transform: translate(-50%, 90px);
}
80% {
transform: translate(-70%, 80px);
}
83% {
transform: translate(-49%, 70px);
}
89% {
transform: translate(-40%, 50px);
}
100% {
transform: translate(-50%, 120px);
}
}
.UpStream_animation {animation: 1s UpStream_animation;}
@keyframes HideAnimation{
0%{opacity: 100%;}
50%{opacity: 0%;}
100%{opacity: 100%;}
}
.Hide_animation {animation: 1s HideAnimation;}
@keyframes Bigger {
0%{width: 18%;}
50%{width: 40%;}
100%{width: 18%;}
}
.Bigger {animation: 2s Bigger;}
#Champagne{
width: 10em;
left: 50%;
transform: translate(270%, -80%);
}
#Champagne svg {
height: auto !important;
}
@keyframes disappear {
0% {opacity: 100%;}
100% {opacity: 0%;}
}
.disappear {
animation: 3s disappear;
animation-delay: 426ms;
animation-fill-mode: forwards;
pointer-events: none;
}
#loading {
position: fixed;
background-color: white;
color: black;
height: 100vh;
width: 100vw;
top: 0;
left: 0;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.loading_text {
font-size: 5.6vw;
}
@keyframes dot_loading {
0% {opacity: 100%;}
25% {opacity: 0%;}
100% {opacity: 100%;}
}
#dot_loading_1 {
animation: 3s dot_loading infinite;
animation-delay: 300ms;
}
#dot_loading_2 {
animation: 3s dot_loading infinite;
animation-delay: 600ms;
}
#dot_loading_3 {
animation: 3s dot_loading infinite;
animation-delay: 900ms;
}
.reverse_color {
filter: grayscale(100%) blur(3px) invert(1) hue-rotate(180deg);
}
@keyframes CancelBlur {
0%{filter: grayscale(100%) blur(3px);}
50%{filter: grayscale(0%) blur(0px);}
100%{filter: grayscale(100%) blur(3px);}
}
.CancelBlur {animation: 1s CancelBlur}
@keyframes CancelBlur_Reverse {
0%{filter: grayscale(100%) blur(3px) invert(1) hue-rotate(180deg);}
50%{filter: grayscale(0%) blur(0px) invert(0) hue-rotate(0deg);}
100%{filter: grayscale(100%) blur(3px) invert(1) hue-rotate(180deg);}
}
.CancelBlur_Reverse {animation: 1s CancelBlur_Reverse}
</style>
<title>电子灵堂异常:你可能没有加载 JavaScript。</title>
</head>
<body>
<meta name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
<div class="container">
<div class="page-header">
<h1 class="title" id="title">JavaScript required.</h1>
<div id="RenShengZiGu">
<table>
<tbody>
<tr>
<td><img alt="Lilium formosanum var pricei.jpg" src="Lilium_formosanum_var_pricei.jpg" id="Lilium_formosanum_var_pricei">
</td>
<td><div id="Sheiwusi">人生自古谁无死?不幸的,<span style="margin:.0em .2em .0em .2em; padding: .0em .2em .0em .2em; border-radius: 5px; border: thin solid; --darkreader-inline-border-top: initial; --darkreader-inline-border-right: initial; --darkreader-inline-border-bottom: initial; --darkreader-inline-border-left: initial;" data-darkreader-inline-border-top="" data-darkreader-inline-border-right="" data-darkreader-inline-border-bottom="" data-darkreader-inline-border-left=""><b id="dead_nameInSheiwusi"></b></span>已经逝世,因此无法继续与您互动,让我们永远缅怀它。</div>
</td>
</tr>
</tbody>
</table>
</div>
<a href="https://github.com/ASOULFucker/Lingtang_OnInternet/">开源</a> <i id="tips">继续向下滚动查看更多</i>
</div>
<!-- 分割线后 主体 -->
<div id="LingTang">
<img alt="逝者照片" src="" class="Dead_Picture_Light" id="Dead_Picture">
<img alt="灵堂相框" src="./电子灵堂.png" id="Picture_Border">
<div style="position: absolute;"><div id="Champagne"></div></div>
<h3 id="big_name">未启用 JavaScript。</h3>
<p id="life_introduction">未启用 JavaScript。</p>
<hr />
<h4 id="Gongpin">给 [] 送上贡品</h4>
<div class="btn-group" role="group" aria-label="...">
<button type="button" class="btn btn-default" id="UpStream">上升气流</button>
<button type="button" class="btn btn-default" id="HideCloth">隐藏遮羞布</button>
<button type="button" class="btn btn-default" id="BiggerMamma">胸部变大(宽度窄的屏幕可能不生效)</button>
<button type="button" class="btn btn-default" id="OpenChampagne">开香槟🍾(开多了会卡,不要作死)</button>
</div>
<hr />
<h4>留下致辞</h4>
<div id="gitalk-container"></div>
</div>
</div>
<div id="loading">
<p class="loading_text" id="loading_tips">你是不是没开 JavaScript?</p><p class="loading_text" id="dot_loading_1">.</p><p class="loading_text" id="dot_loading_2">.</p><p class="loading_text" id="dot_loading_3">.</p>
</div>
<!-- 电子灵堂 主程序 -->
<script>
document.title = name+" 的电子灵堂";
document.getElementById("title").innerHTML = name+" 的电子灵堂";
document.getElementById("dead_nameInSheiwusi").innerHTML = name;
document.getElementById("Dead_Picture").src = picture;
document.getElementById("big_name").innerHTML = name;
document.getElementById("life_introduction").innerHTML = introduction;
document.getElementById("Gongpin").innerHTML = "给 "+ name +" 送上贡品";
document.getElementById("loading_tips").innerHTML = "马上就好";
/* Gitalk 评论区配置 */
var gitalk = new Gitalk({
clientID: 'be96a41462c84525e077',
clientSecret: '5be136bc48441c539d9203aa5c61dbadb42d3309',
repo: 'Lingtang_OnInternet',
owner: 'ASOULFucker',
admin: ['ASOULFucker'],
id: location.pathname, // Ensure uniqueness and length less than 50
distractionFreeMode: false // Facebook-like distraction free mode
});
gitalk.render('gitalk-container');
document.getElementById("UpStream").onclick = function(){
$('#Dead_Picture').addClass("UpStream_animation");
setTimeout(function(){$('#Dead_Picture').removeClass('UpStream_animation')},1100);
};
document.getElementById("HideCloth").onclick = function(){
if (reverse_picture_color) {
$('#Picture_Border').addClass("Hide_animation");
$('#Dead_Picture').addClass("CancelBlur_Reverse");
setTimeout(function(){
$('#Picture_Border').removeClass('Hide_animation');
$('#Dead_Picture').removeClass('CancelBlur_Reverse');
},1100);
console.log("Reversed.")
} else {
$('#Picture_Border').addClass("Hide_animation");
$('#Dead_Picture').addClass("CancelBlur");
setTimeout(function(){
$('#Picture_Border').removeClass('Hide_animation');
$('#Dead_Picture').removeClass('CancelBlur');
},1100);
}
};
document.getElementById("BiggerMamma").onclick = function(){
$('#Dead_Picture').addClass("Bigger");
setTimeout(function(){$('#Dead_Picture').removeClass('Bigger')},2000);
};
document.getElementById("OpenChampagne").onclick = function(){
lottie.loadAnimation({
container: Champagne, // 容器节点
renderer: 'svg',
loop: true,
autoplay: true,
path: 'champagne.json' // JSON文件路径
});
};
if (reverse_picture_color) {
$('#Dead_Picture').addClass("reverse_color");
$('#Dead_Picture').removeClass('Dead_Picture_Light');
console.log("Reversed.");
}
$('#loading').addClass('disappear');
console.log("Main done.")
</script>
</body>
</html>