Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
penndu committed Nov 27, 2024
1 parent ad0e763 commit 3e01bb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions source/_posts/476.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
6 changes: 2 additions & 4 deletions source/_posts/771.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 3e01bb8

Please sign in to comment.