3 Star 75 Fork 40

老咸鱼/咸鱼云网盘前端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>咸鱼云网盘</title>
<style>
#boot-info {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
background-color: white;
opacity: 1;
z-index: 1000;
transition: all .25s;
}
#boot-info.hide {
opacity: 0;
}
</style>
</head>
<body>
<div id="app"></div>
<div id="boot-info">
<div style="max-width: 640px; width: 100%; margin: 64px auto 0 auto;">
<h2 style="text-align: center">咸鱼云网盘 - Salted Fish Cloud</h2>
<div id="boot-info-container">
<div style="text-align: center;">正在加载页面</div>
</div>
</div>
</div>
<script type="module" src="/sfc-core/main.ts"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xiaotao233/saltedfishcloud-frontend.git
git@gitee.com:xiaotao233/saltedfishcloud-frontend.git
xiaotao233
saltedfishcloud-frontend
咸鱼云网盘前端
master

搜索帮助