mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
[fix]百度统计
This commit is contained in:
parent
405dec3f13
commit
d0a55028b4
@ -22,10 +22,8 @@ module.exports = config({
|
|||||||
],
|
],
|
||||||
// 添加百度统计
|
// 添加百度统计
|
||||||
[
|
[
|
||||||
"script",
|
"script",{},
|
||||||
{},
|
`var _hmt = _hmt || [];
|
||||||
`<script>
|
|
||||||
var _hmt = _hmt || [];
|
|
||||||
(function() {
|
(function() {
|
||||||
var hm = document.createElement("script");
|
var hm = document.createElement("script");
|
||||||
hm.src = "https://hm.baidu.com/hm.js?5dd2e8c97962d57b7b8fea1737c01743";
|
hm.src = "https://hm.baidu.com/hm.js?5dd2e8c97962d57b7b8fea1737c01743";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user