docs: add baidu hm

pull/225/head
tangjinzhou 2018-09-22 21:36:07 +08:00
parent f13046b61b
commit 5829a477d3
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,4 @@
node_modules/
**/*.spec.*
**/style/
*.html

View File

@ -16,6 +16,15 @@
display: none;
}
</style>
<script>
var _hmt = _hmt || [];
(function() {
const hm = document.createElement('script')
hm.src = 'https://hm.baidu.com/hm.js?b3ef688fa86bfb75027f1b410180a867'
const s = document.getElementsByTagName('script')[0]
s.parentNode.insertBefore(hm, s)
})()
</script>
</head>
<body>