Skip to content

Commit 13aa5a3

Browse files
committed
Update index.html
1 parent 89413e9 commit 13aa5a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
homepage: 'HomePage.md',
2020
coverpage: true,//封面,_coverpage.md
2121
auto2top: true,//切换页面后是否自动跳转到页面顶部
22+
ga: 'UA-138586553-1'
2223
//logo: 'https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-3logo-透明.png' ,
2324
search: {
2425
//maxAge: 86400000, // 过期时间,单位毫秒,默认一天
@@ -36,6 +37,9 @@
3637
<script src="//unpkg.com/prismjs/components/prism-java.min.js"></script>
3738
<!--全文搜索,直接用官方提供的无法生效-->
3839
<script src="https://cdn.bootcss.com/docsify/4.5.9/plugins/search.min.js"></script>
40+
<!--谷歌统计-->
41+
<script src="//unpkg.com/docsify" data-ga="UA-138586553-1"></script>
42+
<script src="//unpkg.com/docsify/lib/plugins/ga.js"></script>
3943

4044
</body>
4145
</html>

0 commit comments

Comments
 (0)