增加 备案号

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">
<a title="返回顶部" onclick="window.scrollTo(0,0);return false;" href="#top" class="back-top"></a>
</div>
<div style="display:none;" class="back-to" id="toolBackTop"> <div class="mt-5 mb-3 footer text-muted text-center">
<a title="返回顶部" onclick="window.scrollTo(0,0);return false;" href="#top" class="back-top"></a> <img src="./assets/img/icp.png" width="16px" height="16px" />
</div> <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> <!--版权信息-->
</div>
<p class="mt-5 mb-3 footer text-muted text-center"> Copyright &copy; <script>
<?php echo date("Y");?> By <a href="/">LyLme</a>六零导航页 . </p>
<script>
//切换搜索引擎 //切换搜索引擎
! !
function() { function() {
function g() { function g() {
h(), i(), j(), k() h(), i(), j(), k()
} }
function h() { function h() {
d.checked = s() d.checked = s()
} }
function i() { function i() {
var a = document.querySelector('input[name="type"][value="' + p() + '"]'); var a = document.querySelector('input[name="type"][value="' + p() + '"]');
a && (a.checked = !0, l(a)) a && (a.checked = !0, l(a))
} }
function j() { function j() {
v(u()) v(u())
} }
function k() { function k() {
w(t()) w(t())
} }
function l(a) { function l(a) {
for (var b = 0; b < e.length; b++) e[b].classList.remove("s-current"); for (var b = 0; b < e.length; b++) e[b].classList.remove("s-current");
a.parentNode.parentNode.parentNode.classList.add("s-current") a.parentNode.parentNode.parentNode.classList.add("s-current")
} }
function m(a, b) { function m(a, b) {
window.localStorage.setItem("superSearch" + a, b) window.localStorage.setItem("superSearch" + a, b)
} }
function n(a) { function n(a) {
return window.localStorage.getItem("superSearch" + a) return window.localStorage.getItem("superSearch" + a)
} }
function o(a) { function o(a) {
f = a.target, v(u()), w(a.target.value), m("type", a.target.value), c.focus(), l(a.target) f = a.target, v(u()), w(a.target.value), m("type", a.target.value), c.focus(), l(a.target)
} }
function p() { function p() {
var b = n("type"); var b = n("type");
return b || a[0].value return b || a[0].value
} }
function q(a) { function q(a) {
m("newWindow", a.target.checked ? 1 : -1), x(a.target.checked) m("newWindow", a.target.checked ? 1 : -1), x(a.target.checked)
} }
function r(a) { function r(a) {
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) 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 s() { function s() {
var a = n("newWindow"); var a = n("newWindow");
return a ? 1 == a : !0 return a ? 1 == a : !0
} }
function t() { function t() {
return document.querySelector('input[name="type"]:checked').value return document.querySelector('input[name="type"]:checked').value
} }
function u() { function u() {
return document.querySelector('input[name="type"]:checked').getAttribute("data-placeholder") return document.querySelector('input[name="type"]:checked').getAttribute("data-placeholder")
} }
function v(a) { function v(a) {
c.setAttribute("placeholder", a) c.setAttribute("placeholder", a)
} }
function w(a) { function w(a) {
b.action = a b.action = a
} }
function x(a) { function x(a) {
a ? b.target = "_blank" : b.removeAttribute("target") a ? b.target = "_blank" : b.removeAttribute("target")
} }
var y, a = document.querySelectorAll('input[name="type"]'), var y, a = document.querySelectorAll('input[name="type"]'),
b = document.querySelector("#super-search-fm"), b = document.querySelector("#super-search-fm"),
c = document.querySelector("#search-text"), c = document.querySelector("#search-text"),
d = document.querySelector("#set-search-blank"), d = document.querySelector("#set-search-blank"),
e = document.querySelectorAll(".search-group"), e = document.querySelectorAll(".search-group"),
f = a[0]; f = a[0];
for (g(), y = 0; y < a.length; y++) a[y].addEventListener("change", o); for (g(), y = 0; y < a.length; y++) a[y].addEventListener("change", o);
d.addEventListener("change", q), b.addEventListener("submit", r) d.addEventListener("change", q), b.addEventListener("submit", r)
}(); }();
</script>
</script>
</body> </body>
</html> </html>