1 Star 0 Fork 41

忘了时间忘了我/咸鱼云网盘前端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
老咸鱼 提交于 2021-03-19 18:03 . !1 放弃使用vuetify重构
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>咸鱼云网盘</title>
<meta name="keywords" content="公共资源站 公共网盘 私人网盘 咸鱼云网盘">
<style>
#first-load {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: white;
flex-direction: column;
transition: all .2s;
}
#first-load.hid {
opacity: 0;
pointer-events: none;
}
</style>
</head>
<body class="mdui-theme-primary-indigo
mdui-theme-accent-blue
mdui-appbar-with-toolbar
mdui-drawer-body-left">
<div id="app"></div>
<div id="first-load">
<h1>欢迎使用咸鱼云网盘</h1>
<hr>
<h3>正在加载中,请稍候...</h3>
</div>
<!-- built files will be auto injected -->
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/SUNXU789/saltedfishcloud-frontend.git
git@gitee.com:SUNXU789/saltedfishcloud-frontend.git
SUNXU789
saltedfishcloud-frontend
咸鱼云网盘前端
master

搜索帮助