mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-20 02:35:58 +08:00
deploy: 5586509e90
This commit is contained in:
50
404.html
50
404.html
@@ -1,39 +1,13 @@
|
||||
<!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://gw.alipayobjects.com/mdn/rms_f97235/afts/img/A*8xDgSL-O6O4AAAAAAAAAAAAAARQnAQ"
|
||||
/>
|
||||
<link rel="stylesheet" href="/issues-helper/umi.5e8644a7.css" />
|
||||
<script>
|
||||
window.routerBase = "/issues-helper/";
|
||||
</script>
|
||||
<script>
|
||||
//! umi version: 3.5.20
|
||||
</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.indexOf(e) > -1 ? e : r[0]
|
||||
);
|
||||
})();
|
||||
</script>
|
||||
<title>Issues Helper</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<!DOCTYPE html><html><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="shortcut icon" href="https://gw.alipayobjects.com/mdn/rms_f97235/afts/img/A*8xDgSL-O6O4AAAAAAAAAAAAAARQnAQ">
|
||||
<title>Issues Helper</title>
|
||||
<link rel="stylesheet" href="/issues-helper/umi.9d17b1cf.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script src="/issues-helper/umi.5402ca95.js"></script>
|
||||
|
||||
<script src="/issues-helper/umi.9ff9ec3b.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</body></html>
|
Reference in New Issue
Block a user