Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
penndu committed Nov 26, 2024
1 parent 10437fb commit b535ff4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions source/_posts/476.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,12 @@ analytics:

需修改文件 `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='//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js')
```

改为

`script(async data-pjax src='//npm.elemecdn.com/[email protected]/bsz.js')`
```
script(async data-pjax src='//npm.elemecdn.com/[email protected]/bsz.js')
```
8 changes: 6 additions & 2 deletions source/_posts/771.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,15 @@ analytics:

需修改文件 `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='//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js')
```

改为

`script(async data-pjax src='//npm.onmicrosoft.cn/[email protected]/bsz.js')`
```
script(async data-pjax src='//npm.onmicrosoft.cn/[email protected]/bsz.js')
```

## 可选参数

Expand Down

0 comments on commit b535ff4

Please sign in to comment.