mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 18:25:58 +08:00
38 lines
865 B
HTML
38 lines
865 B
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://avatars1.githubusercontent.com/u/73879334?s=200&v=4"
|
|
/>
|
|
<style>
|
|
.markdown table {
|
|
width: auto !important;
|
|
}
|
|
|
|
.__dumi-default-code-block + table {
|
|
margin-top: 16px;
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" href="/issues-helper/umi.30de208a.css" />
|
|
<script>
|
|
window.routerBase = "/issues-helper/";
|
|
</script>
|
|
<script>
|
|
//! umi version: 3.3.3
|
|
</script>
|
|
<title>Issue Helper</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
|
|
<script src="/issues-helper/umi.ff4cc2bd.js"></script>
|
|
</body>
|
|
</html>
|