mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-20 10:46:03 +08:00
deploy: 4a12f7e54a
This commit is contained in:
@@ -1,39 +0,0 @@
|
||||
<!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.fd16a0c1.css" />
|
||||
<script>
|
||||
window.routerBase = "/issues-helper/";
|
||||
</script>
|
||||
<script>
|
||||
//! umi version: 3.4.3
|
||||
</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.8ba69de1.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user