1 Star 0 Fork 24

petere/v-shop

forked from Joeshu/v-shop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 959 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joeshu 提交于 2024-01-04 14:57 . feat: del VITE_MOBILE_CONSOLE
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport"
content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover" />
<title>
<%= title %>
</title>
<link rel="icon" href="/favicon.ico" />
</head>
<body>
<div id="app">
<style>
.app-preloader {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2;
background-color: #fff;
color: #c8c9cc;
}
.dark .app-preloader {
background-color: #17171a;
color: rgba(255, 255, 255, .7);
}
</style>
<div class="app-preloader">
<div class="app-preloader__label">正在加载... </div>
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/nstc11779/v-shop.git
[email protected]:nstc11779/v-shop.git
nstc11779
v-shop
v-shop
v3

搜索帮助