Ai
2 Star 0 Fork 5

iBizModeling/full-code-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
YumoZero 提交于 2024-02-28 13:02 +08:00 . feat: 同步打包相关静态资源
<!doctype html>
<html lang="en" theme="light" class="light">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<link id="favicon" rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link type="text/css" href="/assets/css/app-loading.css" rel="stylesheet" />
<link
type="text/css"
href="/assets/font-awesome-4.7.0/css/font-awesome.min.css"
rel="stylesheet"
/>
<link
type="text/css"
href="/extras/js/element-plus/2.4.2/element-plus.min.css"
rel="stylesheet"
/>
<script src="/extras/js/system/6.14.2/system.min.js"></script>
<script
type="systemjs-importmap"
src="/extras/json/system-import.json"
crossorigin="anonymous"
></script>
<script src="/environments/environment.js"></script>
<script src="/assets/ionicons/7.1.2/ionicons.js"></script>
<title>页面加载中</title>
</head>
<body>
<div id="app"></div>
<div id="app-loading-x" class="app-loading-x">
<div class="app-loading-x-container">
<label></label>
<label></label>
<label></label>
<label></label>
<label></label>
<label></label>
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iBizModeling/full-code-vue.git
git@gitee.com:iBizModeling/full-code-vue.git
iBizModeling
full-code-vue
full-code-vue
main

搜索帮助