-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,15 +44,13 @@ analytics: | |
本站总访客数 <span id="busuanzi_value_site_uv"></span> 人 | ||
``` | ||
|
||
如果是 Butterfly 主题: | ||
|
||
需修改文件 `layout/includes/additional-js.pug`,位于 72 行左右: | ||
如果是 Butterfly 主题,需修改文件 `layout/includes/additional-js.pug`,位于 72 行左右: | ||
|
||
``` | ||
script(async data-pjax src='//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js') | ||
``` | ||
|
||
改为 | ||
改为: | ||
|
||
``` | ||
script(async data-pjax src='//npm.elemecdn.com/[email protected]/bsz.js') | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,15 +42,13 @@ analytics: | |
本站总访客数 <span id="busuanzi_site_uv"></span> 人 | ||
``` | ||
|
||
如果是 Butterfly 主题: | ||
|
||
需修改文件 `layout/includes/additional-js.pug`,位于 72 行左右: | ||
如果是 Butterfly 主题,需修改文件 `layout/includes/additional-js.pug`,位于 72 行左右: | ||
|
||
``` | ||
script(async data-pjax src='//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js') | ||
``` | ||
|
||
改为 | ||
改为: | ||
|
||
``` | ||
script(async data-pjax src='//npm.onmicrosoft.cn/[email protected]/bsz.js') | ||
|