-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (47 loc) · 1.58 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
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge"><meta name="spm_prefix" content="888.68167">
<script type="text/javascript">
var msource;
try {
var u = new URL(location.href);
var sp = u.searchParams;
msource = sp.get('msource') || sp.get('from') || sp.get('source_from') || sp.get('from_module')
}
catch(e){console.warn('get page source from query failed', e)}
window.activity = {id: 65793, spmId: '888.68167'};
window.reportMsgObj = {};
var ua = window.navigator.userAgent
var buvidMatch = ua.match(/Buvid\/([a-zA-Z0-9]+)/)
var appBuvid = buvidMatch && buvidMatch.length > 0 ? buvidMatch[1] : ''
window.reportConfig = {
sample: 1,
extMsgs: {
appBuvid: appBuvid,
},
scrollTracker: true,
msgObjects: 'reportMsgObj',
pvMsg: {msource: msource},
errorTracker: true
};
</script>
<title>风叶穿行</title>
<style>
body {
margin: 0;
padding: 0;
display: flex;
overflow: hidden;
}
#banner {
max-width: 2560px;
width: 100%;
justify-self: center;
}
</style>
<script defer="defer" crossorigin="anonymous" src="./crack.js"></script> <!--rVEgVEpnDV-->
</head>
<body>
<div id="banner"></div>
</body></html>