-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
95 lines (93 loc) · 2.67 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
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
<!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"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, viewport-fit=cover"
/>
<meta
name="keywords"
content="antd-mobile, ant design mobile, React mobile components"
/>
<meta
name="description"
content="Essential UI blocks for building mobile web apps."
/>
<meta
name="google-site-verification"
content="2saDOufpfJI4y1cqfxvuviYg8bfo4gLmiEtSnt2oh50"
/>
<link
rel="shortcut icon"
type="image/x-icon"
href="https://gw.alipayobjects.com/zos/bmw-prod/69a27fcc-ce52-4f27-83f1-c44541e9b65d.svg"
/>
<script>
window.routerBase = "/";
</script>
<script>
//! umi version: 3.5.41
</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>
<script>
(function () {
var cache = localStorage.getItem("dumi:prefers-color");
var isDark = window.matchMedia("(prefers-color-scheme: dark)").matches;
var enums = ["light", "dark", "auto"];
document.documentElement.setAttribute(
"data-prefers-color-scheme",
cache === enums[2]
? isDark
? enums[1]
: enums[0]
: enums.indexOf(cache) > -1
? cache
: enums[0]
);
})();
</script>
<title>Ant Design Mobile Ui</title>
</head>
<body>
<div id="root"></div>
<script>
if (location.pathname.startsWith("/~demos/")) {
document.documentElement.setAttribute("data-is-demo", "true");
}
</script>
<script>
if (!location.port) {
// Enable Google Analytics
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-72788897-2");
}
</script>
<script
src="https://www.googletagmanager.com/gtag/js?id=UA-72788897-2"
async="true"
></script>
<script src="/umi.b8941647.js"></script>
</body>
</html>