1 Star 0 Fork 401

咕噜噜/continew-admin-ui

forked from ContiNew/continew-admin-ui 
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
index.html 1.09 KB
Copy Edit Raw Blame History
Charles7c authored 2025-02-17 22:23 +08:00 . chore: 更新配置
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" />
<link rel="stylesheet" href="/static/css/loading.css" type="text/css" />
<title></title>
</head>
<body>
<div id="app">
<section class="init-box">
<div class="init-loading">
<div class="init-loading-rect"></div>
<div class="init-loading-rect"></div>
<div class="init-loading-rect"></div>
<div class="init-loading-rect"></div>
<div class="init-loading-rect"></div>
</div>
</section>
</div>
<script type="module" src="/src/main.ts"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?be968d539e394cf45975b5117965eb10";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/sjn1978/continew-admin-ui.git
git@gitee.com:sjn1978/continew-admin-ui.git
sjn1978
continew-admin-ui
continew-admin-ui
dev

Search