Skip to content

Commit

Permalink
deploy: ae3ba99
Browse files Browse the repository at this point in the history
  • Loading branch information
yqcs committed Dec 26, 2023
1 parent 22666f0 commit 7a46ad9
Show file tree
Hide file tree
Showing 9 changed files with 127 additions and 4 deletions.
Empty file added .nojekyll
Empty file.
41 changes: 41 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!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="/static/scan.svg" />
<link rel="stylesheet" href="/umi.28acee25.css" />
<script>
window.routerBase = "/";
</script>
<script>
window.publicPath = window.resourceBaseUrl || "/";
</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>
<title>Prism X</title>
</head>
<body>
<div id="root"></div>

<script src="/umi.1ebfcdcd.js"></script>
</body>
</html>
41 changes: 41 additions & 0 deletions _demos/:uuid/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!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="/static/scan.svg" />
<link rel="stylesheet" href="/umi.28acee25.css" />
<script>
window.routerBase = "/";
</script>
<script>
window.publicPath = window.resourceBaseUrl || "/";
</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>
<title>Prism X</title>
</head>
<body>
<div id="root"></div>

<script src="/umi.1ebfcdcd.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion change/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
<body>
<div id="root"></div>

<script src="/umi.7713ed2a.js"></script>
<script src="/umi.1ebfcdcd.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
<body>
<div id="root"></div>

<script src="/umi.7713ed2a.js"></script>
<script src="/umi.1ebfcdcd.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
<body>
<div id="root"></div>

<script src="/umi.7713ed2a.js"></script>
<script src="/umi.1ebfcdcd.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions umi.1ebfcdcd.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion umi.7713ed2a.js

This file was deleted.

41 changes: 41 additions & 0 deletions ~demos/:uuid/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!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="/static/scan.svg" />
<link rel="stylesheet" href="/umi.28acee25.css" />
<script>
window.routerBase = "/";
</script>
<script>
window.publicPath = window.resourceBaseUrl || "/";
</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>
<title>Prism X</title>
</head>
<body>
<div id="root"></div>

<script src="/umi.1ebfcdcd.js"></script>
</body>
</html>

0 comments on commit 7a46ad9

Please sign in to comment.