forked from win12-online/win12
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbluescreen.html
More file actions
executable file
·509 lines (499 loc) · 17.3 KB
/
Copy pathbluescreen.html
File metadata and controls
executable file
·509 lines (499 loc) · 17.3 KB
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
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<!doctype html>
<html lang="zh-CN" style="height: 100%; touch-action: auto">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<meta name="format-detection" content="telephone=no" />
<!-- 添加有关网页的描述信息 -->
<meta
name="description"
content="Windows 12 Web Version - 一个开放源项目,提供对 Windows 12 的网络预览。"
/>
<!-- Windows 12 网页版 星源原创 -->
<!-- Windows 12 网页版是一个开放源项目,
希望让用户在网络上预先体验 Windows 12,
内容可能与 Windows 12 正式版本不一致。
使用标准网络技术,例如 HTML、CSS 和 Javascript
此项目绝不附属于微软,且不应与微软操作系统或产品混淆,
这也不是 Windows365 cloud PC
本项目中微软、Windows 和其他示范产品是微软公司的商标 -->
<link rel="stylesheet" href="./base.css" />
<base target="_blank" />
<title>Windows 12 网页版</title>
</head>
<body>
<style>
* {
-webkit-user-select: none;
user-select: none;
}
body {
width: 100%;
height: 100%;
/* background-color: #005eaa; */
background-color: var(--panic-color, #136fca);
cursor: default;
}
#box {
display: flex;
flex-direction: column;
justify-items: center;
width: 70%;
left: 15%;
position: absolute;
height: 100%;
justify-content: center;
}
#happy-face {
color: #fff;
font-size: 150px;
margin: 0;
line-height: 1;
/* margin-left: -40px; */
margin-top: -10px;
height: 150px;
height: 150px;
display: flex;
}
#happy-face > * {
position: relative;
line-height: 0px;
}
@keyframes eyea {
0% {
top: -140px;
left: -40px;
}
15% {
top: -150px;
left: -60px;
}
25% {
top: -140px;
left: -40px;
}
35% {
top: -150px;
left: -20px;
}
50% {
top: -140px;
left: -40px;
}
85% {
top: -140px;
left: -40px;
}
95% {
top: -50px;
left: -40px;
}
/* 63%{
top: 0px;
left: 0;
} */
}
#happy-face > .eye.a {
top: -50px;
left: -40px;
animation: eyea 2s;
}
@keyframes eyeb {
0% {
top: -140px;
left: 14px;
}
15% {
top: -150px;
left: -6px;
}
25% {
top: -140px;
left: 14px;
}
35% {
top: -150px;
left: 34px;
}
50% {
top: -140px;
left: 24px;
}
90% {
top: -140px;
left: 24px;
}
}
#happy-face > .eye.b {
left: -75px;
top: -120px;
animation: eyeb 2s;
}
@keyframes mou {
0% {
transform: rotate(90deg);
top: 10px;
left: -60px;
}
15% {
transform: rotate(120deg);
top: -10px;
left: -80px;
}
25% {
transform: rotate(90deg);
top: 10px;
left: -60px;
}
35% {
transform: rotate(60deg);
top: -10px;
left: -20px;
}
50% {
transform: rotate(270deg);
top: 10px;
left: -80px;
}
80% {
transform: rotate(270deg);
top: -10px;
left: -80px;
}
90% {
transform: rotate(180deg);
top: -25px;
left: -60px;
}
/* 50%{
transform: rotate(180deg);
top: 20px;
left: 50px;
} */
}
#happy-face > .mouse {
transform: rotate(180deg);
top: -25px;
left: -60px;
animation: mou 2s;
}
#tx1 {
color: #fff;
font-size: 23px;
margin-bottom: 5px;
margin-top: 50px;
}
#prog {
color: #fff;
font-size: 23px;
}
#dtx {
color: #fff;
margin-left: 20px;
font-size: 17px;
margin-top: 0;
}
#qr {
min-width: 150px;
width: 150px;
height: 150px;
/* fill: #005eaa; */
fill: var(--panic-color, #136fca);
background-color: #fff;
}
#detail {
display: flex;
}
.link {
color: #efefef;
text-decoration: none;
transition: 100ms;
cursor: pointer;
}
.link:hover {
color: #aaa;
}
</style>
<div id="box">
<div id="happy-face">
<p class="eye a">.</p>
<p class="eye b">.</p>
<p class="mouse">)</p>
</div>
<p id="tx1">
你的设备遇到问题,需要重启。
<br />
我们只假装收集某些错误信息,然后为你重新蓝屏。
</p>
<p id="prog">
<span id="complete">0</span>
% 完成
</p>
<div id="detail">
<svg
id="qr"
xmlns="http://www.w3.org/2000/svg"
version="1.2"
baseProfile="tiny"
shape-rendering="crispEdges"
viewBox="20 15 305 305"
style="background-color: rgba(255, 255, 255, 1)"
>
<rect x="42" y="37" width="9" height="63" />
<rect x="42" y="109" width="9" height="18" />
<rect x="42" y="136" width="9" height="18" />
<rect x="42" y="163" width="18" height="9" />
<rect x="42" y="181" width="9" height="18" />
<rect x="42" y="217" width="36" height="9" />
<rect x="42" y="235" width="9" height="63" />
<rect x="51" y="37" width="54" height="9" />
<rect x="51" y="91" width="54" height="9" />
<rect x="51" y="109" width="9" height="9" />
<rect x="51" y="145" width="9" height="9" />
<rect x="51" y="172" width="9" height="9" />
<rect x="51" y="235" width="54" height="9" />
<rect x="51" y="289" width="54" height="9" />
<rect x="60" y="55" width="27" height="27" />
<rect x="60" y="118" width="18" height="9" />
<rect x="60" y="136" width="9" height="9" />
<rect x="60" y="181" width="9" height="9" />
<rect x="60" y="199" width="9" height="9" />
<rect x="60" y="253" width="27" height="27" />
<rect x="69" y="127" width="72" height="9" />
<rect x="69" y="145" width="9" height="9" />
<rect x="69" y="190" width="9" height="9" />
<rect x="69" y="208" width="9" height="18" />
<rect x="78" y="109" width="27" height="9" />
<rect x="78" y="154" width="9" height="27" />
<rect x="78" y="208" width="9" height="9" />
<rect x="87" y="145" width="18" height="9" />
<rect x="87" y="190" width="9" height="18" />
<rect x="96" y="46" width="9" height="54" />
<rect x="96" y="163" width="9" height="9" />
<rect x="96" y="181" width="45" height="9" />
<rect x="96" y="199" width="9" height="9" />
<rect x="96" y="217" width="18" height="9" />
<rect x="96" y="244" width="9" height="54" />
<rect x="105" y="118" width="9" height="27" />
<rect x="105" y="154" width="18" height="9" />
<rect x="105" y="172" width="9" height="18" />
<rect x="105" y="208" width="9" height="18" />
<rect x="114" y="37" width="9" height="36" />
<rect x="114" y="82" width="9" height="18" />
<rect x="114" y="163" width="18" height="9" />
<rect x="114" y="190" width="9" height="18" />
<rect x="114" y="226" width="27" height="9" />
<rect x="114" y="244" width="9" height="18" />
<rect x="114" y="280" width="9" height="18" />
<rect x="123" y="55" width="9" height="36" />
<rect x="123" y="136" width="9" height="9" />
<rect x="123" y="190" width="9" height="9" />
<rect x="123" y="235" width="27" height="9" />
<rect x="123" y="253" width="18" height="18" />
<rect x="123" y="289" width="9" height="9" />
<rect x="132" y="64" width="9" height="54" />
<rect x="132" y="154" width="9" height="9" />
<rect x="132" y="199" width="9" height="9" />
<rect x="132" y="271" width="9" height="18" />
<rect x="141" y="46" width="27" height="9" />
<rect x="141" y="100" width="9" height="9" />
<rect x="141" y="145" width="9" height="9" />
<rect x="141" y="163" width="9" height="18" />
<rect x="141" y="217" width="36" height="9" />
<rect x="141" y="244" width="9" height="9" />
<rect x="141" y="262" width="9" height="18" />
<rect x="150" y="55" width="18" height="27" />
<rect x="150" y="91" width="9" height="9" />
<rect x="150" y="109" width="18" height="9" />
<rect x="150" y="136" width="9" height="9" />
<rect x="150" y="154" width="18" height="18" />
<rect x="150" y="181" width="27" height="9" />
<rect x="150" y="208" width="27" height="27" />
<rect x="150" y="271" width="45" height="9" />
<rect x="150" y="289" width="27" height="9" />
<rect x="159" y="37" width="9" height="45" />
<rect x="159" y="118" width="9" height="18" />
<rect x="159" y="145" width="9" height="27" />
<rect x="159" y="190" width="9" height="54" />
<rect x="159" y="262" width="9" height="36" />
<rect x="168" y="73" width="9" height="36" />
<rect x="168" y="118" width="27" height="9" />
<rect x="168" y="136" width="9" height="18" />
<rect x="168" y="172" width="9" height="18" />
<rect x="168" y="199" width="9" height="36" />
<rect x="168" y="244" width="9" height="9" />
<rect x="177" y="37" width="18" height="9" />
<rect x="177" y="55" width="9" height="18" />
<rect x="177" y="127" width="9" height="18" />
<rect x="177" y="154" width="9" height="27" />
<rect x="177" y="190" width="18" height="9" />
<rect x="177" y="226" width="18" height="9" />
<rect x="186" y="82" width="9" height="27" />
<rect x="186" y="163" width="9" height="9" />
<rect x="186" y="181" width="9" height="63" />
<rect x="186" y="253" width="9" height="27" />
<rect x="195" y="46" width="9" height="18" />
<rect x="195" y="82" width="9" height="9" />
<rect x="195" y="109" width="9" height="9" />
<rect x="195" y="181" width="9" height="9" />
<rect x="195" y="208" width="9" height="18" />
<rect x="195" y="280" width="9" height="9" />
<rect x="204" y="37" width="9" height="9" />
<rect x="204" y="91" width="9" height="9" />
<rect x="204" y="127" width="18" height="9" />
<rect x="204" y="199" width="9" height="18" />
<rect x="204" y="226" width="9" height="18" />
<rect x="204" y="253" width="9" height="9" />
<rect x="204" y="271" width="18" height="9" />
<rect x="213" y="55" width="9" height="9" />
<rect x="213" y="73" width="18" height="9" />
<rect x="213" y="100" width="9" height="90" />
<rect x="213" y="208" width="27" height="18" />
<rect x="213" y="262" width="9" height="18" />
<rect x="222" y="46" width="9" height="9" />
<rect x="222" y="64" width="9" height="54" />
<rect x="222" y="136" width="18" height="9" />
<rect x="222" y="154" width="9" height="9" />
<rect x="222" y="172" width="9" height="27" />
<rect x="222" y="226" width="9" height="36" />
<rect x="231" y="118" width="9" height="36" />
<rect x="231" y="172" width="9" height="9" />
<rect x="231" y="253" width="45" height="9" />
<rect x="240" y="37" width="9" height="63" />
<rect x="240" y="118" width="9" height="18" />
<rect x="240" y="145" width="9" height="27" />
<rect x="240" y="190" width="9" height="18" />
<rect x="240" y="217" width="27" height="9" />
<rect x="240" y="235" width="9" height="9" />
<rect x="240" y="262" width="9" height="36" />
<rect x="249" y="37" width="54" height="9" />
<rect x="249" y="91" width="54" height="9" />
<rect x="249" y="109" width="9" height="18" />
<rect x="249" y="145" width="9" height="18" />
<rect x="249" y="181" width="9" height="18" />
<rect x="249" y="262" width="9" height="9" />
<rect x="249" y="280" width="36" height="9" />
<rect x="258" y="55" width="27" height="27" />
<rect x="258" y="118" width="9" height="18" />
<rect x="258" y="154" width="9" height="18" />
<rect x="258" y="190" width="9" height="18" />
<rect x="258" y="226" width="9" height="36" />
<rect x="258" y="271" width="9" height="27" />
<rect x="267" y="109" width="36" height="9" />
<rect x="267" y="127" width="9" height="27" />
<rect x="267" y="163" width="27" height="9" />
<rect x="267" y="181" width="27" height="9" />
<rect x="267" y="199" width="27" height="9" />
<rect x="267" y="226" width="18" height="18" />
<rect x="267" y="262" width="27" height="9" />
<rect x="276" y="118" width="9" height="18" />
<rect x="276" y="145" width="9" height="27" />
<rect x="276" y="190" width="18" height="18" />
<rect x="276" y="244" width="18" height="9" />
<rect x="276" y="271" width="9" height="18" />
<rect x="285" y="145" width="9" height="9" />
<rect x="285" y="172" width="9" height="45" />
<rect x="285" y="271" width="18" height="9" />
<rect x="285" y="289" width="9" height="9" />
<rect x="294" y="46" width="9" height="54" />
<rect x="294" y="127" width="9" height="9" />
<rect x="294" y="190" width="9" height="9" />
<rect x="294" y="235" width="9" height="9" />
<rect x="294" y="253" width="9" height="9" />
</svg>
<p id="dtx">
有关此问题的详细信息和可能的解决方案,请访问
<br />
<a
onclick="
window.open(
'https:\/\/www.bilibili.com/video/BV1GJ411x7h7',
'_blank',
)
"
class="link"
>
https://www.windows.com/stopcode
</a>
<br />
<br />
如果致电支持人员,请向他们提供以下信息:
<br />
终止代码:
<span id="stopcode" style="-webkit-user-select: text; user-select: text">
YOU_MAY_DID_NOT_STAR_THIS_PROJECT
</span>
</p>
</div>
</div>
<script src="scripts/jq.min.js"></script>
<script>
// 读取已保存的蓝屏颜色 (panic-color)
(function() {
var color = localStorage.getItem('panic-color');
if (color) {
document.documentElement.style.setProperty('--panic-color', color);
}
})();
</script>
<script>
function sleep(millisecond, callback) {
// 延迟指定的毫秒数后执行回调函数
setTimeout(callback, millisecond);
}
function update_complete() {
// 更新 complete 元素的文本内容,将其值加 1
complete.innerText = (parseInt(complete.innerText) + 1).toString();
}
function next_loop(element) {
// 将 complete 元素的文本内容解析为整数
var i = parseInt(complete.innerText, 10);
// 定义延迟时间数组
var delays = [300, 200, 100, 50];
if (i >= 100) {
// 重新加载页面
$("html").css("filter", "brightness(0)");
setTimeout(() => {
reload();
}, 2000);
return;
}
var delay;
if (i < 20) {
// 对应 i 小于 20 时的延迟时间
delay = delays[0];
} else if (i < 60) {
// 对应 i 小于 60 时的延迟时间
delay = delays[1];
} else if (i < 80) {
// 对应 i 小于 80 时的延迟时间
delay = delays[2];
} else {
// 对应 i 大于等于 80 时的延迟时间
delay = delays[3];
}
sleep(delay, function () {
// 更新 complete 元素的值
update_complete();
// 递归调用 next_loop 函数,形成循环
next_loop();
});
}
function reload() {
// 重新加载页面
window.location.reload();
}
let complete = document.getElementById("complete");
next_loop();
// 从 URL 参数中获取名为"code"的值
var r = window.location.search.substr(1).match(/(^|&)code=([^&]*)(&|$)/);
if (r != null) {
document.getElementById("stopcode").innerHTML = r[2];
}
</script>
</body>
</html>