1 Star 0 Fork 10

jifang/euler-copilot-witchaind-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
李娜 提交于 2025-03-21 10:44 +08:00 . init .prettierrc.json
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
href="/euler_copilot_logo.svg" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0" />
<title>witChainD</title>
</head>
<body>
<div id="app">
<div class="loader"></div>
</div>
</body>
<script
type="module"
src="/src/main.ts"></script>
<style>
html,
body,
#app {
width: 100%;
height: 100%;
position: relative;
}
.loader {
--d: 22px;
position: absolute;
top: 50%;
left: 50%;
width: 4px;
height: 4px;
color: #25b09b;
border-radius: 50%;
box-shadow:
calc(1 * var(--d)) calc(0 * var(--d)) 0 0,
calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px,
calc(0 * var(--d)) calc(1 * var(--d)) 0 2px,
calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 3px,
calc(-1 * var(--d)) calc(0 * var(--d)) 0 4px,
calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 5px,
calc(0 * var(--d)) calc(-1 * var(--d)) 0 6px;
animation: l27 1s infinite steps(8);
}
@keyframes l27 {
100% {
transform: rotate(1turn);
}
}
</style>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pipihugh/euler-copilot-witchaind-web.git
git@gitee.com:pipihugh/euler-copilot-witchaind-web.git
pipihugh
euler-copilot-witchaind-web
euler-copilot-witchaind-web
master

搜索帮助