文章阅读量统计
Valine 从 v1.2.0
开始支持文章阅读量统计。
new Valine({
el:'#vcomments',
...
visitor: true // 阅读量统计
})
如果开启了
阅读量统计
,Valine 会自动检测
leancloud 应用中是否存在Counter
类,如果不存在会自动创建
,无需手动创建~
Valine会自动查找页面中class
值为leancloud_visitors
的元素,获取其id
为查询条件。并将得到的值填充到其class
的值为leancloud-visitors-count
的子元素里:
<!-- id 将作为查询条件 -->
<span id="<Your/Path/Name>" class="leancloud_visitors" data-flag-title="Your Article Title">
<em class="post-meta-item-text">阅读量 </em>
<i class="leancloud-visitors-count">1000000</i>
</span>
当前页访问次数 0
© 2017 - 2024
Powered By xCss.
Powered By xCss.