mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
Add deer tracking code
This commit is contained in:
parent
99cc5b9607
commit
1abe1517d8
@ -109,6 +109,19 @@
|
||||
a.appendChild(r);
|
||||
})(window,document,'//static.hotjar.com/c/hotjar-','.js?sv=');
|
||||
</script>
|
||||
<!-- Deer Tracking Code for ant.design -->
|
||||
<script>
|
||||
!function(t,e,a,r,c){t.TracertCmdCache=t.TracertCmdCache||[],t[c]=window[c]||
|
||||
{_isInit:!0,call:function(){t.TracertCmdCache.push(arguments)},
|
||||
start:function(t){this.call('start',t)}},t[c].l=new Date;
|
||||
var n=e.createElement(a),s=e.getElementsByTagName(a)[0];
|
||||
n.async=!0,n.src=r,s.parentNode.insertBefore(n,s)}
|
||||
(window,document,'script','https://tracert.alipay.com/tracert.js','Tracert');
|
||||
Tracert.start({
|
||||
spmAPos: 'a513',
|
||||
spmBPos: 'b5776',
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="react-content">
|
||||
|
Loading…
Reference in New Issue
Block a user