Skip to content

Commit 0e88bb9

Browse files
committed
Updates
1 parent 1683487 commit 0e88bb9

File tree

98 files changed

+1836
-1455
lines changed

Some content is hidden

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

98 files changed

+1836
-1455
lines changed

165.007ea9c0.async.js

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

165.dec64465.chunk.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

404.html

Lines changed: 11 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,12 @@
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-
<link
10-
rel="shortcut icon"
11-
type="image/x-icon"
12-
href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4"
13-
/>
14-
<link rel="stylesheet" href="/rc-steps/umi.3e1b5737.css" />
15-
<script>
16-
window.routerBase = "/rc-steps";
17-
</script>
18-
<script>
19-
//! umi version: 3.5.41
20-
</script>
21-
<script>
22-
!(function () {
23-
var e =
24-
navigator.cookieEnabled && void 0 !== window.localStorage
25-
? localStorage.getItem("dumi:prefers-color")
26-
: "auto",
27-
o = window.matchMedia("(prefers-color-scheme: dark)").matches,
28-
t = ["light", "dark", "auto"];
29-
document.documentElement.setAttribute(
30-
"data-prefers-color",
31-
e === t[2] ? (o ? t[1] : t[0]) : t.indexOf(e) > -1 ? e : t[0]
32-
);
33-
})();
34-
</script>
35-
<title>rc-steps</title>
36-
</head>
37-
<body>
38-
<div id="root"></div>
1+
<!DOCTYPE html><html><head>
2+
<meta charset="utf-8">
3+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
4+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
5+
<link rel="shortcut icon" href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4">
6+
<link rel="stylesheet" href="/rc-steps/umi.7ab43a5e.css">
7+
</head>
8+
<body>
9+
<div id="root"></div>
10+
<script src="/rc-steps/umi.7eef7e24.js"></script>
3911

40-
<script src="/rc-steps/umi.c2ae0c1c.js"></script>
41-
</body>
42-
</html>
12+
</body></html>

550.97ae02fb.async.js

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_demos/:uuid/index.html

Lines changed: 0 additions & 42 deletions
This file was deleted.

demo/alternative-label/index.html

Lines changed: 11 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,12 @@
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-
<link
10-
rel="shortcut icon"
11-
type="image/x-icon"
12-
href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4"
13-
/>
14-
<link rel="stylesheet" href="/rc-steps/umi.3e1b5737.css" />
15-
<script>
16-
window.routerBase = "/rc-steps";
17-
</script>
18-
<script>
19-
//! umi version: 3.5.41
20-
</script>
21-
<script>
22-
!(function () {
23-
var e =
24-
navigator.cookieEnabled && void 0 !== window.localStorage
25-
? localStorage.getItem("dumi:prefers-color")
26-
: "auto",
27-
o = window.matchMedia("(prefers-color-scheme: dark)").matches,
28-
t = ["light", "dark", "auto"];
29-
document.documentElement.setAttribute(
30-
"data-prefers-color",
31-
e === t[2] ? (o ? t[1] : t[0]) : t.indexOf(e) > -1 ? e : t[0]
32-
);
33-
})();
34-
</script>
35-
<title>alternativeLabel - rc-steps</title>
36-
</head>
37-
<body>
38-
<div id="root"></div>
1+
<!DOCTYPE html><html><head>
2+
<meta charset="utf-8">
3+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
4+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
5+
<link rel="shortcut icon" href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4">
6+
<link rel="stylesheet" href="/rc-steps/umi.7ab43a5e.css">
7+
</head>
8+
<body>
9+
<div id="root"></div>
10+
<script src="/rc-steps/umi.7eef7e24.js"></script>
3911

40-
<script src="/rc-steps/umi.c2ae0c1c.js"></script>
41-
</body>
42-
</html>
12+
</body></html>

demo/composable/index.html

Lines changed: 11 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,12 @@
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-
<link
10-
rel="shortcut icon"
11-
type="image/x-icon"
12-
href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4"
13-
/>
14-
<link rel="stylesheet" href="/rc-steps/umi.3e1b5737.css" />
15-
<script>
16-
window.routerBase = "/rc-steps";
17-
</script>
18-
<script>
19-
//! umi version: 3.5.41
20-
</script>
21-
<script>
22-
!(function () {
23-
var e =
24-
navigator.cookieEnabled && void 0 !== window.localStorage
25-
? localStorage.getItem("dumi:prefers-color")
26-
: "auto",
27-
o = window.matchMedia("(prefers-color-scheme: dark)").matches,
28-
t = ["light", "dark", "auto"];
29-
document.documentElement.setAttribute(
30-
"data-prefers-color",
31-
e === t[2] ? (o ? t[1] : t[0]) : t.indexOf(e) > -1 ? e : t[0]
32-
);
33-
})();
34-
</script>
35-
<title>composable - rc-steps</title>
36-
</head>
37-
<body>
38-
<div id="root"></div>
1+
<!DOCTYPE html><html><head>
2+
<meta charset="utf-8">
3+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
4+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
5+
<link rel="shortcut icon" href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4">
6+
<link rel="stylesheet" href="/rc-steps/umi.7ab43a5e.css">
7+
</head>
8+
<body>
9+
<div id="root"></div>
10+
<script src="/rc-steps/umi.7eef7e24.js"></script>
3911

40-
<script src="/rc-steps/umi.c2ae0c1c.js"></script>
41-
</body>
42-
</html>
12+
</body></html>

demo/custom-icon/index.html

Lines changed: 11 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,12 @@
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-
<link
10-
rel="shortcut icon"
11-
type="image/x-icon"
12-
href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4"
13-
/>
14-
<link rel="stylesheet" href="/rc-steps/umi.3e1b5737.css" />
15-
<script>
16-
window.routerBase = "/rc-steps";
17-
</script>
18-
<script>
19-
//! umi version: 3.5.41
20-
</script>
21-
<script>
22-
!(function () {
23-
var e =
24-
navigator.cookieEnabled && void 0 !== window.localStorage
25-
? localStorage.getItem("dumi:prefers-color")
26-
: "auto",
27-
o = window.matchMedia("(prefers-color-scheme: dark)").matches,
28-
t = ["light", "dark", "auto"];
29-
document.documentElement.setAttribute(
30-
"data-prefers-color",
31-
e === t[2] ? (o ? t[1] : t[0]) : t.indexOf(e) > -1 ? e : t[0]
32-
);
33-
})();
34-
</script>
35-
<title>customIcon - rc-steps</title>
36-
</head>
37-
<body>
38-
<div id="root"></div>
1+
<!DOCTYPE html><html><head>
2+
<meta charset="utf-8">
3+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
4+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
5+
<link rel="shortcut icon" href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4">
6+
<link rel="stylesheet" href="/rc-steps/umi.7ab43a5e.css">
7+
</head>
8+
<body>
9+
<div id="root"></div>
10+
<script src="/rc-steps/umi.7eef7e24.js"></script>
3911

40-
<script src="/rc-steps/umi.c2ae0c1c.js"></script>
41-
</body>
42-
</html>
12+
</body></html>

demo/custom-svg-icon/index.html

Lines changed: 11 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,12 @@
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-
<link
10-
rel="shortcut icon"
11-
type="image/x-icon"
12-
href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4"
13-
/>
14-
<link rel="stylesheet" href="/rc-steps/umi.3e1b5737.css" />
15-
<script>
16-
window.routerBase = "/rc-steps";
17-
</script>
18-
<script>
19-
//! umi version: 3.5.41
20-
</script>
21-
<script>
22-
!(function () {
23-
var e =
24-
navigator.cookieEnabled && void 0 !== window.localStorage
25-
? localStorage.getItem("dumi:prefers-color")
26-
: "auto",
27-
o = window.matchMedia("(prefers-color-scheme: dark)").matches,
28-
t = ["light", "dark", "auto"];
29-
document.documentElement.setAttribute(
30-
"data-prefers-color",
31-
e === t[2] ? (o ? t[1] : t[0]) : t.indexOf(e) > -1 ? e : t[0]
32-
);
33-
})();
34-
</script>
35-
<title>custom-svg-icon - rc-steps</title>
36-
</head>
37-
<body>
38-
<div id="root"></div>
1+
<!DOCTYPE html><html><head>
2+
<meta charset="utf-8">
3+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
4+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
5+
<link rel="shortcut icon" href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4">
6+
<link rel="stylesheet" href="/rc-steps/umi.7ab43a5e.css">
7+
</head>
8+
<body>
9+
<div id="root"></div>
10+
<script src="/rc-steps/umi.7eef7e24.js"></script>
3911

40-
<script src="/rc-steps/umi.c2ae0c1c.js"></script>
41-
</body>
42-
</html>
12+
</body></html>

demo/dynamic/index.html

Lines changed: 11 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,12 @@
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-
<link
10-
rel="shortcut icon"
11-
type="image/x-icon"
12-
href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4"
13-
/>
14-
<link rel="stylesheet" href="/rc-steps/umi.3e1b5737.css" />
15-
<script>
16-
window.routerBase = "/rc-steps";
17-
</script>
18-
<script>
19-
//! umi version: 3.5.41
20-
</script>
21-
<script>
22-
!(function () {
23-
var e =
24-
navigator.cookieEnabled && void 0 !== window.localStorage
25-
? localStorage.getItem("dumi:prefers-color")
26-
: "auto",
27-
o = window.matchMedia("(prefers-color-scheme: dark)").matches,
28-
t = ["light", "dark", "auto"];
29-
document.documentElement.setAttribute(
30-
"data-prefers-color",
31-
e === t[2] ? (o ? t[1] : t[0]) : t.indexOf(e) > -1 ? e : t[0]
32-
);
33-
})();
34-
</script>
35-
<title>dynamic - rc-steps</title>
36-
</head>
37-
<body>
38-
<div id="root"></div>
1+
<!DOCTYPE html><html><head>
2+
<meta charset="utf-8">
3+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
4+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
5+
<link rel="shortcut icon" href="https://avatars0.githubusercontent.com/u/9441414?s=200&amp;v=4">
6+
<link rel="stylesheet" href="/rc-steps/umi.7ab43a5e.css">
7+
</head>
8+
<body>
9+
<div id="root"></div>
10+
<script src="/rc-steps/umi.7eef7e24.js"></script>
3911

40-
<script src="/rc-steps/umi.c2ae0c1c.js"></script>
41-
</body>
42-
</html>
12+
</body></html>

0 commit comments

Comments
 (0)