代码拉取完成,页面将自动刷新
同步操作将从 小贼贼子/guardcat-view 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer" />
<title>Guardcat</title>
<style>
* {
font-family: 'Jetbrains Mono', 'Consolas', 'Menlo', 'PingFang SC', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
box-sizing: border-box;
}
html,
body,
#app {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
@-webkit-keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.index-html-loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to bottom right, #3e464e, #212121);
z-index: 999999;
display: flex;
justify-content: center;
align-items: center;
}
.index-html-loading-title {
font-family: 'Open Sans';
color: #FFF;
font-size: 19px;
width: 300px;
text-align: center;
top: 60%;
opacity: 1;
line-height: 30px;
z-index: 9999999999999;
margin-left: 0;
}
.index-html-loading-title span {
font-weight: normal;
font-style: italic;
font-size: 15px;
color: #FFF;
opacity: 0.5;
}
.index-html-loading-div {
width: 120px;
height: 100px;
max-width: 100px;
max-height: 100px;
min-width: 100px;
min-height: 100px;
border: 10px solid #ffffff;
border-radius: 50%;
display: inline-block;
animation: rotation 4s linear infinite;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.index-html-loading-div::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 63px;
height: 63px;
border-radius: 50%;
border: 8px solid transparent;
border-bottom-color: #835947
}
</style>
</head>
<body>
<div id="app">
<div class="index-html-loading">
<div class="index-html-loading-div"></div>
<div class="index-html-loading-title">
正在加载 Guardcat...
<br>
<span>V1.0.0</span>
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。