File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
homepage : 'HomePage.md' ,
20
20
coverpage : true , //封面,_coverpage.md
21
21
auto2top : true , //切换页面后是否自动跳转到页面顶部
22
- ga : 'UA-138586553-1' ,
22
+ // ga: 'UA-138586553-1',
23
23
//logo: 'https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-3logo-透明.png' ,
24
24
search : {
25
25
//maxAge: 86400000, // 过期时间,单位毫秒,默认一天
34
34
</ script >
35
35
< script src ="//unpkg.com/docsify/lib/docsify.min.js "> </ script >
36
36
<!--Java代码高亮-->
37
- < script src ="//unpkg.com/prismjs/components/prism-java.js "> </ script >
37
+ < script src ="//unpkg.com/prismjs/components/prism-java.js "> </ script >
38
38
<!--全文搜索,直接用官方提供的无法生效-->
39
39
< script src ="https://cdn.bootcss.com/docsify/4.5.9/plugins/search.min.js "> </ script >
40
- <!--谷歌统计-->
40
+ <!--谷歌统计
41
41
<script src="//unpkg.com/docsify" data-ga="UA-138586553-1"></script>
42
42
<script src="//unpkg.com/docsify/lib/plugins/ga.js"></script>
43
-
43
+ -->
44
44
</ body >
45
45
</ html >
You can’t perform that action at this time.
0 commit comments