generated from ATQQ/vite-vue3-template
-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
127 lines (124 loc) · 4.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/logo.png" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="EasyPicker-轻取,方便的在线文件收取助手,文件收取, 轻取, 在线文件收取, EasyPicker, 文件搜集, 文件收取, 文档收取, 在线文档收取,EasyPicker简洁实用且方便的在线文件收取Web应用 " />
<meta name="keywords" content="文件收取, 轻取, 在线文件收取, EasyPicker, 文件搜集, 文件收取, 文档收取, 在线文档收取" />
<title>EasyPicker-轻取</title>
<link rel="dns-prefetch" href="//img.cdn.sugarat.top">
<link rel="dns-prefetch" href="//sdk.51.la">
<link rel="dns-prefetch" href="//collect-v6.51.la">
<link rel="dns-prefetch" href="//frontjs-static.pgyer.com">
<!-- 垫片服务 -->
<!-- <script
src="https://polyfill.alicdn.com/polyfill.min.js?features=es2019%2Ces2018%2Ces2017%2Ces5%2Ces6%2Ces7%2Cdefault"></script> -->
<!-- 七牛云 -->
<script defer src="https://img.cdn.sugarat.top/qiniu-js/3.4.0/qiniu.min.js"></script>
<!-- 二维码 -->
<script defer src="https://img.cdn.sugarat.top/arale-qrcode/3.0.5/index.js"></script>
<!-- frontjs监控 -->
<script type="text/javascript">
(function (w) {
w.frontjsConfig = {
token:
'a2fb9a863532b2da4c2052404a3a9684',
behaviour: 15,
captureConsoleLog: true,
trustVendor: true,
useHistory: true,
FPSThreshold: 10,
};
w.frontjsTmpData = {
r: [],
e: [],
l: [],
};
w.frontjsTmpCollector =
function (ev) {
(ev.message
? window.frontjsTmpData.e
: window.frontjsTmpData.r
).push([
new Date().getTime(),
ev,
]);
};
w.FrontJS = {
addEventListener: function (
t,
f
) {
w.frontjsTmpData.l.push([
t,
f,
]);
return f;
},
removeEventListener:
function (t, f) {
for (
var i = 0;
i <
w.frontjsTmpData.l
.length;
i++
) {
t ===
w.frontjsTmpData.l[
i
][0] &&
f ===
w.frontjsTmpData.l[
i
][1] &&
w.frontjsTmpData.l.splice(
i,
1
);
}
return f;
},
};
w.document.addEventListener(
'error',
w.frontjsTmpCollector,
true
);
w.addEventListener(
'error',
w.frontjsTmpCollector,
true
);
w.addEventListener(
'load',
function () {
var n =
w.document.createElement(
'script'
);
n.src =
'https://frontjs-static.pgyer.com/dist/current/frontjs.web.min.js';
w.document.body.appendChild(
n
);
},
true
);
})(window);
</script>
<!-- 统计分析 -->
<script>
!function (p) { "use strict"; !function (t) { var s = window, e = document, i = p, c = "".concat("https:" === e.location.protocol ? "https://" : "http://", "sdk.51.la/js-sdk-pro.min.js"), n = e.createElement("script"), r = e.getElementsByTagName("script")[0]; n.type = "text/javascript", n.setAttribute("charset", "UTF-8"), n.async = !0, n.src = c, n.id = "LA_COLLECT", i.d = n; var o = function () { s.LA.ids.push(i) }; s.LA ? s.LA.ids && o() : (s.LA = p, s.LA.ids = [], o()), r.parentNode.insertBefore(n, r) }() }({ id: "JecPaSrYsEHrPGjw", ck: "JecPaSrYsEHrPGjw", hashMode: true });
</script>
<!-- xlsx支持 -->
<script src="https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/xlsx/0.18.2/xlsx.full.min.js"></script>
</head>
<body>
<div id="app"></div>
<script defer type="module" src="/src/main.ts"></script>
</body>
</html>