parent
446e6ced35
commit
ab2baa6e67
@ -1 +0,0 @@
|
||||
LICENSE
|
@ -1,35 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script src="/js/include.js"></script>
|
||||
<script src="./js/loading.js"></script>
|
||||
<title>转转雀|出错了</title>
|
||||
<!-- <title lang="en-US">Spinning Bird|Manual</title> -->
|
||||
<link rel="icon" type="image/svg+xml" href="https://pj568.eu.org/images/pj568.webp">
|
||||
<style>
|
||||
body{font: normal 15px Verdana, Arial, sans-serif;box-sizing:border-box;width:1000px;max-width:75%;min-width:200px;margin:0 auto;padding:0;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#24272e}h1{font-size:3rem;margin-bottom:45px;color:#ccc}h2{font-size: 1.8rem;margin-bottom: 20px;color:#ccc;}input,button{border:none;outline:none}img{max-width:800px;min-width:72px;padding-bottom:12px}footer{background-color:#24272e;height:auto;width:none;padding:10px;text-align:center}p{color:#ccc}.search input{width:100%;height:42px;padding-left:13px;padding-right:46px;max-width:100%;background-color:#f5f5f5;color:#333;font-size:.90rem;box-shadow:none;border:2px solid#c5464a}.nav{display:flex;border:none;max-width:1000px;justify-content:center;align-items:center;flex-wrap:wrap}.oooc{border: 2px solid #c5464a;;content:center;align-items:center;flex-wrap:wrap}.link{background-color:#c5464a;margin-top:20px;border:2px solid#c5464a;margin-right:30px;color:#fff;text-decoration:none;font-size:18px}a:hover{color:#ccc;background-color:#8a2023}
|
||||
</style>
|
||||
<link rel="icon" type="image/svg+xml" href="./img/icon.svg">
|
||||
<link rel="stylesheet" href="./css/main.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="loading">
|
||||
<div id="loading_bg">
|
||||
<div class="loader">正在加载</div>
|
||||
</div>
|
||||
</div>
|
||||
<a href="https://GitHub.com/PJ-568/Spinning_Bird" class="github-corner" target="_blank" aria-label="在 Github 上查看转转雀"><svg width="80" height="80" viewBox="0 0 250 250" style="fill:#c5464a; color:#24272e; position: absolute; top: 0; border: 0; left: 0; transform: scale(-1, 1);" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a><style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
|
||||
|
||||
<h1>404</h1>
|
||||
<div class="nav">
|
||||
<a href="#" onclick="javascript:history.back(-1);" class="link">返回</a>
|
||||
</div>
|
||||
<div class="oooc">
|
||||
<p>对不起,未查询到您所要求的信息</p>
|
||||
<p>请返回。</p>
|
||||
<a onclick="javascript:history.back(-1);" class="link">返回</a>
|
||||
</div>
|
||||
<include src="./lib/404_msg.html"></include>
|
||||
<div class="nav">
|
||||
<a href="#" onclick="javascript:history.back(-1);" class="link">返回</a>
|
||||
<a onclick="javascript:history.back(-1);" class="link">返回</a>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p>版权所有 © 2023 PJ568</p>
|
||||
<!-- <p lang="en-US">Copyright © 2023 PJ568. All rights reserved.</p> -->
|
||||
</footer>
|
||||
<include src="./lib/footer.html"></include>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
@ -0,0 +1,190 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
Copyright 2023 PJ568
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
@ -0,0 +1,228 @@
|
||||
body {
|
||||
font: normal 15px Verdana, Arial, sans-serif;
|
||||
box-sizing: border-box;
|
||||
width: 1000px;
|
||||
max-width: 75%;
|
||||
min-width: 200px;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
background-color:#24272e
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 3rem;
|
||||
margin-bottom: 45px;
|
||||
color:#ccc
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.8rem;
|
||||
margin-bottom: 20px;
|
||||
color:#ccc
|
||||
}
|
||||
|
||||
form {
|
||||
position: relative;
|
||||
max-width: 800px;
|
||||
width: 75%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center
|
||||
}
|
||||
|
||||
input, button {
|
||||
border: none;
|
||||
outline: none
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 800px;
|
||||
min-width: 72px;
|
||||
padding-bottom: 12px
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #24272e;
|
||||
height: auto;
|
||||
width: none;
|
||||
padding: 10px;
|
||||
text-align: center
|
||||
}
|
||||
|
||||
iframe {
|
||||
transform: scale(0.8);
|
||||
transform-origin: center 0
|
||||
}
|
||||
|
||||
p {
|
||||
color:#ccc
|
||||
}
|
||||
|
||||
.search input {
|
||||
width: 100%;
|
||||
height: 42px;
|
||||
padding-left: 13px;
|
||||
padding-right: 46px;
|
||||
max-width:100%;
|
||||
background-color:#333;
|
||||
color:#f5f5f5;
|
||||
font-size:.90rem;
|
||||
box-shadow:none;
|
||||
border: 2px solid #c5464a
|
||||
}
|
||||
|
||||
.search button {
|
||||
position:absolute;
|
||||
top:0;
|
||||
right:0;
|
||||
bottom:0;
|
||||
width:auto;
|
||||
background-color:#c5464a;
|
||||
color:#fff;
|
||||
border: 2px solid #c5464a;
|
||||
font-size:.90rem;
|
||||
padding:.6em .9em
|
||||
}
|
||||
|
||||
.nav{
|
||||
display:flex;
|
||||
border: none;
|
||||
max-width:1000px;
|
||||
justify-content:center;
|
||||
align-items:center;
|
||||
flex-wrap : wrap
|
||||
}
|
||||
|
||||
.link{
|
||||
background-color:#c5464a;
|
||||
margin-top :20px;
|
||||
border: 2px solid #c5464a;
|
||||
margin-right :30px;
|
||||
color :#fff;
|
||||
text-decoration:none;
|
||||
font-size :18px
|
||||
}
|
||||
|
||||
.nested{
|
||||
display:flex;
|
||||
height: 700px;
|
||||
width: 120%;
|
||||
border: none;
|
||||
justify-content:center;
|
||||
align-items:center;
|
||||
flex-wrap: wrap
|
||||
}
|
||||
|
||||
.page{
|
||||
background-color:#8a2023;
|
||||
margin-top :35px;
|
||||
border: 2px solid #c5464a;
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
min-width: 45%;
|
||||
height:100%
|
||||
}
|
||||
|
||||
button:hover {
|
||||
color:#ccc;
|
||||
background-color:#8a2023
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color:#ccc;
|
||||
background-color:#8a2023
|
||||
}
|
||||
|
||||
.oooc{
|
||||
border: 2px solid #c5464a;
|
||||
content:center;
|
||||
align-items:center;
|
||||
flex-wrap:wrap
|
||||
}
|
||||
|
||||
/*********LoadingPage*************/
|
||||
|
||||
#loading {
|
||||
position: fixed;
|
||||
background-color: #24272e;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1000000;
|
||||
}
|
||||
#loading_bg{
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
}
|
||||
.loader {
|
||||
width: 250px;
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
font-family: helvetica, arial, sans-serif;
|
||||
text-transform: uppercase;
|
||||
font-weight: 900;
|
||||
color: #c5464a;
|
||||
letter-spacing: 0.2em;
|
||||
}
|
||||
.loader::before, .loader::after {
|
||||
content: "";
|
||||
display: block;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
background: #c5464a;
|
||||
position: absolute;
|
||||
-webkit-animation: load .7s infinite alternate ease-in-out;
|
||||
animation: load .7s infinite alternate ease-in-out;
|
||||
}
|
||||
.loader::before {
|
||||
top: 0;
|
||||
}
|
||||
.loader::after {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
@-webkit-keyframes load {
|
||||
0% {
|
||||
left: 0;
|
||||
height: 30px;
|
||||
width: 15px;
|
||||
}
|
||||
50% {
|
||||
height: 8px;
|
||||
width: 40px;
|
||||
}
|
||||
100% {
|
||||
left: 235px;
|
||||
height: 30px;
|
||||
width: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes load {
|
||||
0% {
|
||||
left: 0;
|
||||
height: 30px;
|
||||
width: 15px;
|
||||
}
|
||||
50% {
|
||||
height: 8px;
|
||||
width: 40px;
|
||||
}
|
||||
100% {
|
||||
left: 235px;
|
||||
height: 30px;
|
||||
width: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
/********************************/
|
After Width: | Height: | Size: 8.2 KiB |
@ -0,0 +1,21 @@
|
||||
function includeHTML() {
|
||||
var elements = document.getElementsByTagName("include");
|
||||
for (var i = 0; i < elements.length; i++) {
|
||||
var element = elements[i];
|
||||
var file = element.getAttribute("src");
|
||||
if (file) {
|
||||
(function(element) { // 创建一个函数作用域,以便保存每个元素的引用
|
||||
var xhttp = new XMLHttpRequest();
|
||||
xhttp.onreadystatechange = function() {
|
||||
if (this.readyState === 4 && this.status === 200) {
|
||||
element.innerHTML = this.responseText;
|
||||
}
|
||||
};
|
||||
xhttp.open("GET", file, true);
|
||||
xhttp.send();
|
||||
})(element);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
document.addEventListener("DOMContentLoaded", includeHTML);
|
@ -0,0 +1,23 @@
|
||||
//Loading页面
|
||||
document.onreadystatechange=function () {
|
||||
if (document.readyState=="complete"){
|
||||
loadingFade();
|
||||
}
|
||||
}
|
||||
function loadingFade() {
|
||||
var opacity=1;
|
||||
const position = document.querySelector('#loading');
|
||||
// var loadingPage=document.getElementById('loading');
|
||||
var loadingBackground=document.getElementById('loading_bg');
|
||||
var time=setInterval(function () {
|
||||
if (opacity<=0){
|
||||
clearInterval(time);
|
||||
// loadingPage.remove();
|
||||
// $('#loading').remove();
|
||||
position.style.display = 'none';
|
||||
}
|
||||
|
||||
loadingBackground.style.opacity=opacity;
|
||||
opacity-=0.4;
|
||||
},100);
|
||||
}
|
@ -0,0 +1,30 @@
|
||||
function submitSearch() {
|
||||
var input = document.querySelector('.search input');
|
||||
var url = input.value.trim();
|
||||
|
||||
// 进行校验
|
||||
if (url != "") {
|
||||
url = 'https://www.bing.com/search?q=' + encodeURIComponent(url);
|
||||
// 在新标签页打开
|
||||
window.open(url);
|
||||
}else{
|
||||
url = './default.html';
|
||||
// 滚动到窗口
|
||||
document.querySelector('#page').scrollIntoView({ behavior: 'smooth' });
|
||||
// 更换嵌入的页面的网址为script中的url
|
||||
document.querySelector('.page').src = url;
|
||||
}
|
||||
|
||||
// 阻止表单默认提交行为
|
||||
return false;
|
||||
}
|
||||
|
||||
function manual() {
|
||||
document.querySelector('.page').src = './manual/';
|
||||
document.querySelector('#page').scrollIntoView({ behavior: 'smooth' });
|
||||
}
|
||||
|
||||
function license() {
|
||||
document.querySelector('.page').src = './license_page/';
|
||||
document.querySelector('#page').scrollIntoView({ behavior: 'smooth' });
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
<div class="oooc">
|
||||
<p>对不起,未查询到您所要求的信息</p>
|
||||
<p>请返回。</p>
|
||||
</div>
|
@ -0,0 +1,3 @@
|
||||
<footer>
|
||||
<p>版权所有 © 2023 PJ568</p>
|
||||
</footer>
|
@ -0,0 +1 @@
|
||||
<a href="https://GitHub.com/PJ-568/Spinning_Bird" class="github-corner" aria-label="在 Github 上查看转转雀"><svg width="80" height="80" viewBox="0 0 250 250" style="fill:#c5464a; color:#24272e; position: absolute; top: 0; border: 0; left: 0; transform: scale(-1, 1);" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a><style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
|
@ -0,0 +1,2 @@
|
||||
<a class="link" onclick="manual();">项目说明</a>
|
||||
<a class="link" onclick="license();">许可证</a>
|
@ -0,0 +1,5 @@
|
||||
<a href="https://PJ568.eu.org" class="link" target="_blank">PJ568的博客</a>
|
||||
<a href="https://Tools.PJ568.eu.org/" class="link" target="_blank">568Tools - 工具站</a>
|
||||
<a href="https://www.baidu.com/" class="link" target="_blank">百度搜索</a>
|
||||
<a href="https://limestart.cn/" class="link" target="_blank">青柠起始页</a>
|
||||
<a href="https://moeyy.cn/open-gpt/app/clid830h30000kv08uc3kcjx2" class="link" target="_blank">木叶处理助手</a>
|
Loading…
Reference in new issue