-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (28 loc) · 1 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name=referrer content=no-referrer>
<title>电脑壁纸-神族九帝</title>
<!-- PageSpy SDK -->
<script crossorigin="anonymous" src="https://pagespy.shenzjd.com/page-spy/index.min.js"></script>
<!-- 插件(非必须,但建议使用) -->
<script crossorigin="anonymous" src="https://pagespy.shenzjd.com/plugin/data-harbor/index.min.js"></script>
<script crossorigin="anonymous" src="https://pagespy.shenzjd.com/plugin/rrweb/index.min.js"></script>
<script>
window.$harbor = new DataHarborPlugin();
window.$rrweb = new RRWebPlugin();
[window.$harbor, window.$rrweb].forEach(p => {
PageSpy.registerPlugin(p)
})
window.$pageSpy = new PageSpy();
</script>
<%- script %>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/client/main.js"></script>
</body>
</html>