-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
42 lines (41 loc) · 1.15 KB
/
404.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
/>
<link
rel="shortcut icon"
type="image/x-icon"
href="https://avatars.githubusercontent.com/u/74942048"
/>
<link rel="stylesheet" href="/icon-doc/umi.2a4f760f.css" />
<script>
window.routerBase = "/icon-doc/";
</script>
<script>
//! umi version: 3.5.35
</script>
<script>
!(function () {
var e =
navigator.cookieEnabled && void 0 !== window.localStorage
? localStorage.getItem("dumi:prefers-color")
: "auto",
o = window.matchMedia("(prefers-color-scheme: dark)").matches,
t = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color",
e === t[2] ? (o ? t[1] : t[0]) : t.indexOf(e) > -1 ? e : t[0]
);
})();
</script>
<title>图标库</title>
</head>
<body>
<div id="root"></div>
<script src="/icon-doc/umi.35573d10.js"></script>
</body>
</html>