mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
update to 4.0
This commit is contained in:
12
docs-src/assets/main.js
Normal file
12
docs-src/assets/main.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/* eslint no-var: off */
|
||||
function injectBaiduStatic() {
|
||||
var _hmt = _hmt || [];
|
||||
var hm = document.createElement('script');
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
|
||||
hm.src = '//hm.baidu.com/hm.js?4e51565b7d471fd6623c163a8fd79e07';
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
}
|
||||
|
||||
|
||||
injectBaiduStatic();
|
||||
Reference in New Issue
Block a user