fi3ework / hexo-theme-archer

🎯 A smart and modern theme for Hexo.
https://fi3ework.github.io/hexo-theme-archer
MIT License
1.5k stars 274 forks source link

busuanzi统计失效 #282

Closed Asinta closed 2 years ago

Asinta commented 3 years ago

busuanzi的统计console显示获取访问量返回400

你是否已经阅读过以下内容,并确认你的行为是正确的,在 [ ] 中填入 x 选中(Ensure that you had consulted followings and confirm the validity of your operation, fill x in [ ] to select)

https://ashy-stone-0d95aee00.azurestaticapps.net/

image

信息 (please complete the following information):

Hosted on Azure Static Website

BestBonBai commented 3 years ago

我在手机端查看可以正常显示busuanzi的统计,但是PC网页端不显示,这是怎么回事啊?

LolipopJ commented 2 years ago

@Asinta 在我这里使用电脑端和手机端都能正常显示您博客上的 busuanzi 统计结果。

Archer 主题参照不蒜子提供的方式引入 JavaScript 库:

<!-- layout/layout.ejs -->
<% if (theme.busuanzi) { %>
    <script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
<% } %>

由于使用的是不蒜子提供者的服务器(感恩),因此有可能出现第三方网络故障,导致没能顺利下载 busuanzi 库的情况;此外也可能是电脑代理设置的问题。与 Archer 主题本身无关。

如果没有更多问题,我将关闭此 Issue,感谢理解!😄