mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 18:25:58 +08:00
40 lines
1.1 KiB
HTML
40 lines
1.1 KiB
HTML
<!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>
|
|
|
|
<script src="/issues-helper/umi.b422e2a0.js"></script>
|
|
</body>
|
|
</html>
|