1 Star 0 Fork 4.4K

dgs365/ruoyi-vue-pro-elementui-dgs365

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
yang 提交于 2024-01-28 03:01 . 加入对Amis的支持
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="stylesheet" href="/node_modules/amis/sdk/sdk.css" />
<title>%VITE_APP_TITLE%</title>
<style>
@font-face
{
font-family: CenturyGothic;
src: url('/font/CenturyGothicW05-Regular.woff')
}
body {
font-family: CenturyGothic, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif!important;
}
</style>
</head>
<body>
<div id="app">
<style>
.app-loading {
display: flex;
width: 100vw;
height: 100vh;
justify-content: center;
align-items: center;
}
.app-loading .app-loading-title {
margin-bottom: 30px;
font-size: 32px;
font-weight: 400;
text-align: center;
color: #505050;
}
.app-loading .app-loading-logo {
width: 120px;
}
</style>
<div class="app-loading">
<div class="app-loading-title">
<img src="/logo.png" class="app-loading-logo" alt="Logo" />
<div class="app-loading-title">%VITE_APP_TITLE% 刷新中...</div>
</div>
</div>
</div>
<script type="module" src="/src/main.ts"></script>
<script src="/node_modules/amis/sdk/sdk.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xinyu_yang77/ruoyi-vue-pro-elementui-dgs365.git
[email protected]:xinyu_yang77/ruoyi-vue-pro-elementui-dgs365.git
xinyu_yang77
ruoyi-vue-pro-elementui-dgs365
ruoyi-vue-pro-elementui-dgs365
master

搜索帮助