5 Star 1 Fork 0

DDD/slash-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
徐康 提交于 2023-05-10 10:06 . xg
<!DOCTYPE html>
<html lang="zh-cmn-Hans" id="htmlRoot" data-theme="light">
<head>
<meta charset="UTF-8" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<meta content="webkit" name="renderer" />
<meta
content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0"
name="viewport"
/>
<link href="/favicon.ico" rel="icon" />
<title><%= title %></title>
<!-- <script src="//cdn.jsdelivr.net/npm/eruda"></script>-->
<!-- <script>eruda.init();</script>-->
<style>
.query-form {
.n-form {
.n-space > div[role='none'] {
display: contents;
}
}
}
</style>
</head>
<body>
<div id="appProvider" style="display: none"></div>
<div id="app">
<div class="first-loading-wrap">
<div class="loading-wrap">
<span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
</div>
</div>
</div>
<script>
var globalThis = window;
</script>
<script src="/src/main.ts" type="module"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lanmushan/slash-admin.git
git@gitee.com:lanmushan/slash-admin.git
lanmushan
slash-admin
slash-admin
master

搜索帮助