From 943520e442ef46ae578ff8bec2128881d3737bf6 Mon Sep 17 00:00:00 2001 From: xiaojianzheng <1272209235@qq.com> Date: Thu, 24 Oct 2024 16:16:21 +0800 Subject: [PATCH] Update statistics-and-analytics.md about https://github.com/next-theme/hexo-theme-next/pull/843 --- .../docs/third-party-services/statistics-and-analytics.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/docs/third-party-services/statistics-and-analytics.md b/source/docs/third-party-services/statistics-and-analytics.md index fbfd522..45a5f9a 100644 --- a/source/docs/third-party-services/statistics-and-analytics.md +++ b/source/docs/third-party-services/statistics-and-analytics.md @@ -209,6 +209,14 @@ firestore: Edit `busuanzi_count` option in {% label primary@NexT config file %}. When `enable: true`, global setting is enabled. If `total_visitors`, `total_views`, `post_views` are all `false`, Busuanzi only counts but never shows. +If the default URL access fails, you can try to specify the configuration. +```yml NexT config file +busuanzi_count: + enable: true + # Default url is https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js + # Or try more better https://cn.vercount.one/js + custom_url: https://cn.vercount.one/js +```