0%
添加站点访客人数和总访问量和文章访问量
配置
_config.next.xml
1 2 3 4 5 6 7 8 9
| # 使用busuanzi添加站点访问人数和总访问量,显示网站/页面的浏览量/访问者。 busuanzi_count: enable: true total_visitors: true total_visitors_icon: fa fa-user total_views: true total_views_icon: fa fa-eye post_views: true # 跟valine的visitor冲突,选其一。 visitor: true # 文章阅读统计 post_views_icon: far fa-eye
|