update to 4.0

This commit is contained in:
Otto Mao
2017-12-01 21:30:49 +08:00
parent e392fefc64
commit 4be5aa8954
267 changed files with 27008 additions and 84482 deletions

12
docs-src/assets/main.js Normal file
View 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();