Skip to content

Commit 1e9359d

Browse files
committed
deploy: 6fe3a1b
0 parents  commit 1e9359d

126 files changed

Lines changed: 9193 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
8+
/>
9+
<meta property="og:site_name" content="Ant Design Pro" />
10+
<meta
11+
data-rh="keywords"
12+
property="og:image"
13+
content="https://gw.alipayobjects.com/zos/rmsportal/rlpTLlbMzTNYuZGGCVYM.png"
14+
/>
15+
<meta property="og:description" content="🏆 让中后台开发更简单" />
16+
<meta
17+
name="keywords"
18+
content="中后台,admin,Ant Design,ant design,Table,react,alibaba"
19+
/>
20+
<meta
21+
name="description"
22+
content="🏆 让中后台开发更简单 包含 table form 等多个组件。"
23+
/>
24+
<meta name="apple-mobile-web-app-capable" content="yes" />
25+
<meta
26+
name="apple-mobile-web-app-status-bar-style"
27+
content="black-translucent"
28+
/>
29+
<link rel="stylesheet" href="/umi.012d2f34.css" />
30+
<script>
31+
window.routerBase = "/";
32+
</script>
33+
<script>
34+
//! umi version: 3.5.43
35+
</script>
36+
<script src="https://gw.alipayobjects.com/os/antfincdn/fdj3WlJd5c/darkreader.js"></script>
37+
<script>
38+
!(function () {
39+
var e =
40+
navigator.cookieEnabled && void 0 !== window.localStorage
41+
? localStorage.getItem("dumi:prefers-color")
42+
: "auto",
43+
o = window.matchMedia("(prefers-color-scheme: dark)").matches,
44+
t = ["light", "dark", "auto"];
45+
document.documentElement.setAttribute(
46+
"data-prefers-color",
47+
e === t[2] ? (o ? t[1] : t[0]) : t.indexOf(e) > -1 ? e : t[0]
48+
);
49+
})();
50+
</script>
51+
<title>Ant Design Pro</title>
52+
</head>
53+
<body>
54+
<div id="root"></div>
55+
56+
<script>
57+
(function () {
58+
if (!location.port) {
59+
(function (i, s, o, g, r, a, m) {
60+
i["GoogleAnalyticsObject"] = r;
61+
(i[r] =
62+
i[r] ||
63+
function () {
64+
(i[r].q = i[r].q || []).push(arguments);
65+
}),
66+
(i[r].l = 1 * new Date());
67+
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
68+
a.async = 1;
69+
a.src = g;
70+
m.parentNode.insertBefore(a, m);
71+
})(
72+
window,
73+
document,
74+
"script",
75+
"//www.google-analytics.com/analytics.js",
76+
"ga"
77+
);
78+
ga("create", "UA-72788897-5", "auto");
79+
ga("send", "pageview");
80+
}
81+
})();
82+
</script>
83+
<script src="/umi.f43e2765.js"></script>
84+
</body>
85+
</html>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pro.ant.design

_demos/:uuid/index.html

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
8+
/>
9+
<meta property="og:site_name" content="Ant Design Pro" />
10+
<meta
11+
data-rh="keywords"
12+
property="og:image"
13+
content="https://gw.alipayobjects.com/zos/rmsportal/rlpTLlbMzTNYuZGGCVYM.png"
14+
/>
15+
<meta property="og:description" content="🏆 让中后台开发更简单" />
16+
<meta
17+
name="keywords"
18+
content="中后台,admin,Ant Design,ant design,Table,react,alibaba"
19+
/>
20+
<meta
21+
name="description"
22+
content="🏆 让中后台开发更简单 包含 table form 等多个组件。"
23+
/>
24+
<meta name="apple-mobile-web-app-capable" content="yes" />
25+
<meta
26+
name="apple-mobile-web-app-status-bar-style"
27+
content="black-translucent"
28+
/>
29+
<link rel="stylesheet" href="/umi.012d2f34.css" />
30+
<script>
31+
window.routerBase = "/";
32+
</script>
33+
<script>
34+
//! umi version: 3.5.43
35+
</script>
36+
<script src="https://gw.alipayobjects.com/os/antfincdn/fdj3WlJd5c/darkreader.js"></script>
37+
<script>
38+
!(function () {
39+
var e =
40+
navigator.cookieEnabled && void 0 !== window.localStorage
41+
? localStorage.getItem("dumi:prefers-color")
42+
: "auto",
43+
o = window.matchMedia("(prefers-color-scheme: dark)").matches,
44+
t = ["light", "dark", "auto"];
45+
document.documentElement.setAttribute(
46+
"data-prefers-color",
47+
e === t[2] ? (o ? t[1] : t[0]) : t.indexOf(e) > -1 ? e : t[0]
48+
);
49+
})();
50+
</script>
51+
<title>Ant Design Pro</title>
52+
</head>
53+
<body>
54+
<div id="root"></div>
55+
56+
<script>
57+
(function () {
58+
if (!location.port) {
59+
(function (i, s, o, g, r, a, m) {
60+
i["GoogleAnalyticsObject"] = r;
61+
(i[r] =
62+
i[r] ||
63+
function () {
64+
(i[r].q = i[r].q || []).push(arguments);
65+
}),
66+
(i[r].l = 1 * new Date());
67+
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
68+
a.async = 1;
69+
a.src = g;
70+
m.parentNode.insertBefore(a, m);
71+
})(
72+
window,
73+
document,
74+
"script",
75+
"//www.google-analytics.com/analytics.js",
76+
"ga"
77+
);
78+
ga("create", "UA-72788897-5", "auto");
79+
ga("send", "pageview");
80+
}
81+
})();
82+
</script>
83+
<script src="/umi.f43e2765.js"></script>
84+
</body>
85+
</html>

blog/antd-4.0/index.html

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
8+
/>
9+
<meta property="og:site_name" content="Ant Design Pro" />
10+
<meta
11+
data-rh="keywords"
12+
property="og:image"
13+
content="https://gw.alipayobjects.com/zos/rmsportal/rlpTLlbMzTNYuZGGCVYM.png"
14+
/>
15+
<meta property="og:description" content="🏆 让中后台开发更简单" />
16+
<meta
17+
name="keywords"
18+
content="中后台,admin,Ant Design,ant design,Table,react,alibaba"
19+
/>
20+
<meta
21+
name="description"
22+
content="🏆 让中后台开发更简单 包含 table form 等多个组件。"
23+
/>
24+
<meta name="apple-mobile-web-app-capable" content="yes" />
25+
<meta
26+
name="apple-mobile-web-app-status-bar-style"
27+
content="black-translucent"
28+
/>
29+
<link rel="stylesheet" href="/umi.012d2f34.css" />
30+
<script>
31+
window.routerBase = "/";
32+
</script>
33+
<script>
34+
//! umi version: 3.5.43
35+
</script>
36+
<script src="https://gw.alipayobjects.com/os/antfincdn/fdj3WlJd5c/darkreader.js"></script>
37+
<script>
38+
!(function () {
39+
var e =
40+
navigator.cookieEnabled && void 0 !== window.localStorage
41+
? localStorage.getItem("dumi:prefers-color")
42+
: "auto",
43+
o = window.matchMedia("(prefers-color-scheme: dark)").matches,
44+
t = ["light", "dark", "auto"];
45+
document.documentElement.setAttribute(
46+
"data-prefers-color",
47+
e === t[2] ? (o ? t[1] : t[0]) : t.indexOf(e) > -1 ? e : t[0]
48+
);
49+
})();
50+
</script>
51+
<title>Migration antd@4 Guide - Ant Design Pro</title>
52+
</head>
53+
<body>
54+
<div id="root"></div>
55+
56+
<script>
57+
(function () {
58+
if (!location.port) {
59+
(function (i, s, o, g, r, a, m) {
60+
i["GoogleAnalyticsObject"] = r;
61+
(i[r] =
62+
i[r] ||
63+
function () {
64+
(i[r].q = i[r].q || []).push(arguments);
65+
}),
66+
(i[r].l = 1 * new Date());
67+
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
68+
a.async = 1;
69+
a.src = g;
70+
m.parentNode.insertBefore(a, m);
71+
})(
72+
window,
73+
document,
74+
"script",
75+
"//www.google-analytics.com/analytics.js",
76+
"ga"
77+
);
78+
ga("create", "UA-72788897-5", "auto");
79+
ga("send", "pageview");
80+
}
81+
})();
82+
</script>
83+
<script src="/umi.f43e2765.js"></script>
84+
</body>
85+
</html>

blog/best-front0end/index.html

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
8+
/>
9+
<meta property="og:site_name" content="Ant Design Pro" />
10+
<meta
11+
data-rh="keywords"
12+
property="og:image"
13+
content="https://gw.alipayobjects.com/zos/rmsportal/rlpTLlbMzTNYuZGGCVYM.png"
14+
/>
15+
<meta property="og:description" content="🏆 让中后台开发更简单" />
16+
<meta
17+
name="keywords"
18+
content="中后台,admin,Ant Design,ant design,Table,react,alibaba"
19+
/>
20+
<meta
21+
name="description"
22+
content="🏆 让中后台开发更简单 包含 table form 等多个组件。"
23+
/>
24+
<meta name="apple-mobile-web-app-capable" content="yes" />
25+
<meta
26+
name="apple-mobile-web-app-status-bar-style"
27+
content="black-translucent"
28+
/>
29+
<link rel="stylesheet" href="/umi.012d2f34.css" />
30+
<script>
31+
window.routerBase = "/";
32+
</script>
33+
<script>
34+
//! umi version: 3.5.43
35+
</script>
36+
<script src="https://gw.alipayobjects.com/os/antfincdn/fdj3WlJd5c/darkreader.js"></script>
37+
<script>
38+
!(function () {
39+
var e =
40+
navigator.cookieEnabled && void 0 !== window.localStorage
41+
? localStorage.getItem("dumi:prefers-color")
42+
: "auto",
43+
o = window.matchMedia("(prefers-color-scheme: dark)").matches,
44+
t = ["light", "dark", "auto"];
45+
document.documentElement.setAttribute(
46+
"data-prefers-color",
47+
e === t[2] ? (o ? t[1] : t[0]) : t.indexOf(e) > -1 ? e : t[0]
48+
);
49+
})();
50+
</script>
51+
<title>Front-end best practices coming soon - Ant Design Pro</title>
52+
</head>
53+
<body>
54+
<div id="root"></div>
55+
56+
<script>
57+
(function () {
58+
if (!location.port) {
59+
(function (i, s, o, g, r, a, m) {
60+
i["GoogleAnalyticsObject"] = r;
61+
(i[r] =
62+
i[r] ||
63+
function () {
64+
(i[r].q = i[r].q || []).push(arguments);
65+
}),
66+
(i[r].l = 1 * new Date());
67+
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
68+
a.async = 1;
69+
a.src = g;
70+
m.parentNode.insertBefore(a, m);
71+
})(
72+
window,
73+
document,
74+
"script",
75+
"//www.google-analytics.com/analytics.js",
76+
"ga"
77+
);
78+
ga("create", "UA-72788897-5", "auto");
79+
ga("send", "pageview");
80+
}
81+
})();
82+
</script>
83+
<script src="/umi.f43e2765.js"></script>
84+
</body>
85+
</html>

0 commit comments

Comments
 (0)