Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Oct 15, 2024
1 parent 100d09e commit 65c661d
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,27 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<meta name="description" content="xe-utils 函数库、工具类,vxe-table 表格解决方案.">
<title>XE Utils 函数库、工具类</title>
<script>var _hmt=_hmt||[];(function(){if(location.host.indexOf("localhost")===-1){var b=document.createElement("script");b.src="https://hm.baidu.com/hm.js?1eb3cea61a6e722c5e3dd0114830306c";b.onload=function(){_hmt.push(["_requirePlugin","UrlChangeTracker",{shouldTrackUrlChange:function(c,d){return c&&d}}])};var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(b,a)}})();</script>
<script data-mode="hash" type="text/javascript" charset="UTF-8" src="https://cdn.wwads.cn/js/makemoney.js" async></script>
<style>.pagead-right {position: fixed;right: 20px;top: 50px;width: 280px;z-index: 99;}</style>

<!-- 该统计脚本用于官方文档部署,实际使用时请及时删除该代码段 -->
<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 xe-utils doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div class="pagead-right">
<div class="wwads-cn wwads-vertical" data-id="214" style="max-width:180px;margin: 20px auto 0 auto;"></div>
</div>
<div id="app"></div>

<!-- 该统计脚本用于官方文档部署,实际使用时请及时删除该代码段 -->
<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;top: 60px;right: 3%;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>
<!-- 该统计脚本用于官方文档部署,实际使用时请及时删除该代码段 -->

<!-- built files will be auto injected -->
<script src="https://cdn.jsdelivr.net/npm/xe-utils"></script>
<script src="https://cdn.jsdelivr.net/npm/xe-ajax"></script>
Expand Down

0 comments on commit 65c661d

Please sign in to comment.