2 Star 6 Fork 1

XE/vxe-design-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 2.25 KB
一键复制 编辑 原始数据 按行查看 历史
xuliangzhan 提交于 2024-11-13 16:27 . update docs
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8" data-build-time="<%= VITE_APP_BUILD_TIME %>">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>
<link rel="stylesheet" href="<%= VITE_APP_CDN_URL %>@wangeditor/editor@5.1.23/dist/css/style.css">
<!-- 该统计脚本用于官方文档部署,实际使用时请及时删除该代码段 -->
<script>
// 百度统计
var _hmt=_hmt||[];!function(){var e="";if(location.origin.indexOf("vxetable")>-1?e="1eb3cea61a6e722c5e3dd0114830306c":location.origin.indexOf("vxeui")>-1&&(e="d7f93b6aca1d7ac7711f6c21b897a62c"),e){var a=document.createElement("script");a.src="https://hm.baidu.com/hm.js?"+e;var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(a,t)}}();
</script>
<!-- 该统计脚本用于官方文档部署,实际使用时请及时删除该代码段 -->
</head>
<body>
<noscript>
<strong>We're sorry but vxe doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<!-- 该统计脚本用于官方文档部署,实际使用时请及时删除该代码段 -->
<script>
// 右侧广告
!function(){if(location.origin.indexOf("vxetable")>-1){var e=document.createElement("div");e.className="wwads-cn wwads-vertical",e.setAttribute("data-id","214"),e.style="position: fixed;bottom: 0;right: 0;max-width:200px",document.body.appendChild(e);var t=document.createElement("script");t.src="https://cdn.wwads.cn/js/makemoney.js";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(t,a)}}();
</script>
<!-- 该统计脚本用于官方文档部署,实际使用时请及时删除该代码段 -->
<!-- CDN -->
<script type="text/javascript" src="<%= VITE_APP_CDN_URL %>echarts@5.4.3/dist/echarts.min.js"></script>
<script type="text/javascript" src="<%= VITE_APP_CDN_URL %>@wangeditor/editor@5.1.23/dist/index.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/x-extends/vxe-design-template.git
git@gitee.com:x-extends/vxe-design-template.git
x-extends
vxe-design-template
vxe-design-template
main

搜索帮助