增加 备案号

This commit is contained in:
LyLme 2022-01-21 18:10:37 +08:00
parent 28e179acf8
commit e1b98059c1
1 changed files with 90 additions and 89 deletions

View File

@ -1,90 +1,91 @@
<!--版权信息开始 <!--
原著: D.Young Githubhttps://github.com/5iux/5iux.github.io 作者: D.Young Githubhttps://github.com/5iux/5iux.github.io
二开: LyLme Githubhttps://github.com/lylme/lylme_spage 二开: LyLme Githubhttps://github.com/lylme/lylme_spage
版权信息结束--> -->
<div style="display:none;" class="back-to" id="toolBackTop">
<div style="display:none;" class="back-to" id="toolBackTop"> <a title="返回顶部" onclick="window.scrollTo(0,0);return false;" href="#top" class="back-top"></a>
<a title="返回顶部" onclick="window.scrollTo(0,0);return false;" href="#top" class="back-top"></a> </div>
</div>
<div class="mt-5 mb-3 footer text-muted text-center">
<p class="mt-5 mb-3 footer text-muted text-center"> Copyright &copy; <img src="./assets/img/icp.png" width="16px" height="16px" />
<?php echo date("Y");?> By <a href="/">LyLme</a>六零导航页 . </p> <a href="http://beian.miit.gov.cn/" class="icp" target="_blank" _mstmutation="1" _istranslated="1">京ICP备xxxxxxxxxx号</a> <!--备案信息-->
<p id='copyright'> Copyright &copy;<?php echo date("Y");?> By <a href="/">LyLme</a>六零导航页 .</p> <!--版权信息-->
<script> </div>
//切换搜索引擎
! <script>
function() { //切换搜索引擎
function g() { !
h(), i(), j(), k() function() {
} function g() {
function h() { h(), i(), j(), k()
d.checked = s() }
} function h() {
function i() { d.checked = s()
var a = document.querySelector('input[name="type"][value="' + p() + '"]'); }
a && (a.checked = !0, l(a)) function i() {
} var a = document.querySelector('input[name="type"][value="' + p() + '"]');
function j() { a && (a.checked = !0, l(a))
v(u()) }
} function j() {
function k() { v(u())
w(t()) }
} function k() {
function l(a) { w(t())
for (var b = 0; b < e.length; b++) e[b].classList.remove("s-current"); }
a.parentNode.parentNode.parentNode.classList.add("s-current") function l(a) {
} for (var b = 0; b < e.length; b++) e[b].classList.remove("s-current");
function m(a, b) { a.parentNode.parentNode.parentNode.classList.add("s-current")
window.localStorage.setItem("superSearch" + a, b) }
} function m(a, b) {
function n(a) { window.localStorage.setItem("superSearch" + a, b)
return window.localStorage.getItem("superSearch" + a) }
} function n(a) {
function o(a) { return window.localStorage.getItem("superSearch" + a)
f = a.target, v(u()), w(a.target.value), m("type", a.target.value), c.focus(), l(a.target) }
} function o(a) {
function p() { f = a.target, v(u()), w(a.target.value), m("type", a.target.value), c.focus(), l(a.target)
var b = n("type"); }
return b || a[0].value function p() {
} var b = n("type");
function q(a) { return b || a[0].value
m("newWindow", a.target.checked ? 1 : -1), x(a.target.checked) }
} function q(a) {
function r(a) { m("newWindow", a.target.checked ? 1 : -1), x(a.target.checked)
return a.preventDefault(), "" == c.value ? (c.focus(), !1) : (w(t() + c.value), x(s()), s() ? window.open(b.action, +new Date) : location.href = b.action, void 0) }
} function r(a) {
function s() { return a.preventDefault(), "" == c.value ? (c.focus(), !1) : (w(t() + c.value), x(s()), s() ? window.open(b.action, +new Date) : location.href = b.action, void 0)
var a = n("newWindow"); }
return a ? 1 == a : !0 function s() {
} var a = n("newWindow");
function t() { return a ? 1 == a : !0
return document.querySelector('input[name="type"]:checked').value }
} function t() {
function u() { return document.querySelector('input[name="type"]:checked').value
return document.querySelector('input[name="type"]:checked').getAttribute("data-placeholder") }
} function u() {
function v(a) { return document.querySelector('input[name="type"]:checked').getAttribute("data-placeholder")
c.setAttribute("placeholder", a) }
} function v(a) {
function w(a) { c.setAttribute("placeholder", a)
b.action = a }
} function w(a) {
function x(a) { b.action = a
a ? b.target = "_blank" : b.removeAttribute("target") }
} function x(a) {
var y, a = document.querySelectorAll('input[name="type"]'), a ? b.target = "_blank" : b.removeAttribute("target")
b = document.querySelector("#super-search-fm"), }
c = document.querySelector("#search-text"), var y, a = document.querySelectorAll('input[name="type"]'),
d = document.querySelector("#set-search-blank"), b = document.querySelector("#super-search-fm"),
e = document.querySelectorAll(".search-group"), c = document.querySelector("#search-text"),
f = a[0]; d = document.querySelector("#set-search-blank"),
for (g(), y = 0; y < a.length; y++) a[y].addEventListener("change", o); e = document.querySelectorAll(".search-group"),
d.addEventListener("change", q), b.addEventListener("submit", r) f = a[0];
}(); for (g(), y = 0; y < a.length; y++) a[y].addEventListener("change", o);
d.addEventListener("change", q), b.addEventListener("submit", r)
</script> }();
</script>
</body>
</body>
</html> </html>