mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 18:25:58 +08:00
deploy: d443509c47
This commit is contained in:
39
_demos/:uuid/index.html
Normal file
39
_demos/:uuid/index.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!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://avatars1.githubusercontent.com/u/73879334?s=200&v=4"
|
||||
/>
|
||||
<link rel="stylesheet" href="/issues-helper/umi.ccc6f465.css" />
|
||||
<script>
|
||||
window.routerBase = "/issues-helper/";
|
||||
</script>
|
||||
<script>
|
||||
//! umi version: 3.4.25
|
||||
</script>
|
||||
<script>
|
||||
!(function () {
|
||||
var e = localStorage.getItem("dumi:prefers-color"),
|
||||
t = window.matchMedia("(prefers-color-scheme: dark)").matches,
|
||||
r = ["light", "dark", "auto"];
|
||||
document.documentElement.setAttribute(
|
||||
"data-prefers-color",
|
||||
e === r[2] ? (t ? r[1] : r[0]) : r.includes(e) ? e : r[0]
|
||||
);
|
||||
})();
|
||||
</script>
|
||||
<title>Issues Helper</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
<script src="/issues-helper/umi.6f1985d0.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user