volantis-x / hexo-theme-volantis

A Wonderful Theme for Hexo.
https://volantis.js.org
MIT License
2.05k stars 599 forks source link

文章阅读统计数量错误 #660

Closed penndu closed 3 years ago

penndu commented 3 years ago

自检报告

第一步:查阅文档

第二步:测试原生代码

打开终端,执行下面的命令:

git clone https://github.com/volantis-x/demo.git && cd demo && npm i && hexo s

结果是否能够正常运行?

测试结果是:A or B

问题描述

环境信息

主题版本

您当前使用的版本为:____5.0_____

复现地址

截图

相关截图 ![RC(SY U%7A BX4 $5Z`H(V4](https://user-images.githubusercontent.com/46226528/130467848-f3fc66e0-3927-4d68-8e1e-daefeae6726e.png) ![V4{UL3_Z7A5 }FL9TP24YU0](https://user-images.githubusercontent.com/46226528/130467858-41a7ca32-c5bc-4216-88d2-46b5451320bc.png) ![image](https://user-images.githubusercontent.com/46226528/130467893-e2513f0b-bea9-485a-805c-313325df3d2a.png)

浏览器、操作系统

配置文件

配置文件 #### 站点配置文件 在这里粘贴 `blog/_config.yml` 中修改过的部分 ```yml ``` #### 主题配置文件 在这里粘贴 `themes/volantis/_config.yml` 中修改过的部分 ```yml ``` #### node.js & npm 在这里粘贴 `node -v && npm -v` 输出的信息 ``` ``` #### package.json 在这里粘贴 `npm ls --depth 0` 输出的信息 ``` ```
inkss commented 3 years ago

Snipaste_2021-08-24_00-49-20

penndu commented 3 years ago

奇怪,我用的是waline做流量统计,后端用的自己的服务器和数据库。