+ 添加公安备案号
This commit is contained in:
@@ -92,13 +92,18 @@
|
|||||||
<h4>关于</h4>
|
<h4>关于</h4>
|
||||||
<div class="about">
|
<div class="about">
|
||||||
<p>建议使用系统自带浏览器,以完善使用体验!</p>
|
<p>建议使用系统自带浏览器,以完善使用体验!</p>
|
||||||
|
<p>本项目开源于</p>
|
||||||
</div>
|
</div>
|
||||||
<h4 id="changelog_title">变更日志</h4>
|
<h4 id="changelog_title">变更日志</h4>
|
||||||
<div class="changelog" style="width: 100%;"></div>
|
<div class="changelog" style="width: 100%;"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p><a href="https://beian.miit.gov.cn" target="_blank">赣ICP备2025067425号</a></p>
|
<p>
|
||||||
|
<a href="https://beian.miit.gov.cn" target="_blank">赣ICP备2025067425号</a>
|
||||||
|
<br>
|
||||||
|
<a href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=36012402000282">赣公网安备36012402000282号</a>
|
||||||
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -7,44 +7,7 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||||
<title>日期计算</title>
|
<title>日期计算</title>
|
||||||
<link rel="stylesheet" href="../statics/github.css">
|
<link rel="stylesheet" href="../statics/github.css">
|
||||||
<style>
|
<link rel="stylesheet" href="../statics/theme.css">
|
||||||
body {
|
|
||||||
margin: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input {
|
|
||||||
width: 100%;
|
|
||||||
height: 30px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
|
||||||
width: 100%;
|
|
||||||
height: 36px;
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#includeToday {
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#includeToday+label {
|
|
||||||
display: inline-block;
|
|
||||||
width: 90%;
|
|
||||||
vertical-align: text-bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pure-table {
|
|
||||||
width: 100%;
|
|
||||||
font-size: small;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pure-table caption {
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script src="../statics/modules/jquery.min.js"></script>
|
<script src="../statics/modules/jquery.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
const SS_DATA = [
|
const SS_DATA = [
|
||||||
@@ -201,6 +164,44 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
margin: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
width: 100%;
|
||||||
|
height: 30px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
width: 100%;
|
||||||
|
height: 36px;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#includeToday {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#includeToday+label {
|
||||||
|
display: inline-block;
|
||||||
|
width: 90%;
|
||||||
|
vertical-align: text-bottom;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pure-table {
|
||||||
|
width: 100%;
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pure-table caption {
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@@ -230,8 +231,10 @@
|
|||||||
</body>
|
</body>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p style="text-align: center;">
|
<p>
|
||||||
<a href="https://beian.miit.gov.cn" target="_blank">赣ICP备2025067425号</a>
|
<a href="https://beian.miit.gov.cn" target="_blank">赣ICP备2025067425号</a>
|
||||||
|
<br>
|
||||||
|
<a href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=36012402000282">赣公网安备36012402000282号</a>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|||||||
@@ -201,7 +201,11 @@
|
|||||||
</body>
|
</body>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p><a href="https://beian.miit.gov.cn" target="_blank">赣ICP备2025067425号</a></p>
|
<p>
|
||||||
|
<a href="https://beian.miit.gov.cn" target="_blank">赣ICP备2025067425号</a>
|
||||||
|
<br>
|
||||||
|
<a href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=36012402000282">赣公网安备36012402000282号</a>
|
||||||
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -402,7 +402,11 @@
|
|||||||
</body>
|
</body>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p><a href="https://beian.miit.gov.cn" target="_blank">赣ICP备2025067425号</a></p>
|
<p>
|
||||||
|
<a href="https://beian.miit.gov.cn" target="_blank">赣ICP备2025067425号</a>
|
||||||
|
<br>
|
||||||
|
<a href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=36012402000282">赣公网安备36012402000282号</a>
|
||||||
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -282,7 +282,11 @@
|
|||||||
</body>
|
</body>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p><a href="https://beian.miit.gov.cn" target="_blank">赣ICP备2025067425号</a></p>
|
<p>
|
||||||
|
<a href="https://beian.miit.gov.cn" target="_blank">赣ICP备2025067425号</a>
|
||||||
|
<br>
|
||||||
|
<a href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=36012402000282">赣公网安备36012402000282号</a>
|
||||||
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -265,7 +265,11 @@
|
|||||||
</body>
|
</body>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p><a href="https://beian.miit.gov.cn" target="_blank">赣ICP备2025067425号</a></p>
|
<p>
|
||||||
|
<a href="https://beian.miit.gov.cn" target="_blank">赣ICP备2025067425号</a>
|
||||||
|
<br>
|
||||||
|
<a href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=36012402000282">赣公网安备36012402000282号</a>
|
||||||
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -81,7 +81,11 @@
|
|||||||
</body>
|
</body>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p><a href="https://beian.miit.gov.cn" target="_blank">赣ICP备2025067425号</a></p>
|
<p>
|
||||||
|
<a href="https://beian.miit.gov.cn" target="_blank">赣ICP备2025067425号</a>
|
||||||
|
<br>
|
||||||
|
<a href="https://www.beian.gov.cn/portal/registerSystemInfo?recordcode=36012402000282">赣公网安备36012402000282号</a>
|
||||||
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user