代码拉取完成,页面将自动刷新
同步操作将从 yongkang/PureChat 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>%VITE_APP_NAME%</title>
</head>
<body>
<div id="app">
<style>
.loading {
color: #999;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.loading-title {
font-weight: 500;
font-size: 28px;
margin: 15px 0;
}
.bouncing-loader {
padding-top: 12px;
text-align: center;
font-size: 12px;
cursor: pointer;
color: rgba(0, 0, 0, 0.45);
display: flex;
justify-content: center;
}
.bouncing-loader > div {
width: 8px;
height: 8px;
margin: 0 3px;
background: #8385aa;
border-radius: 50%;
animation: bouncing-loader 0.6s infinite alternate;
}
.bouncing-loader > div:nth-child(2) {
animation-delay: 0.2s;
}
.bouncing-loader > div:nth-child(3) {
animation-delay: 0.4s;
}
@keyframes bouncing-loader {
from {
opacity: 1;
transform: translateY(0);
}
to {
opacity: 0.1;
transform: translateY(-1rem);
}
}
</style>
<div class="loading">
<div class="bouncing-loader">
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
<script type="module" src="/src/main.js"></script>
<script>
console.log(
" %c ".concat("PureChat", " %c 基于Vue3、Element-Plus ").concat(" 构建 "),
"color: #fadfa3; background: #030307; padding:5px 0;",
"background: #fadfa3; padding:5px 0;"
);
console.log(
"%cHi! 我是PureChat的作者,\n作为一名开发者,很高兴能以这样的方式与你认识,\n如果你对项目有什么要吐槽的或者好的想法分享",
"line-height: 30px"
);
console.log("欢迎给我发送邮件交流: %c2607881950@qq.com", "line-height: 30px; color: red");
</script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。