字数统计hexo统计字数统计gaoshuwen2026-01-082026-01-13字数统计要为 AnZhiYu 配上字数统计特性, 你需要如下几个步骤:打开 hexo 工作目录1npm install hexo-wordcount --save or yarn add hexo-wordcount修改 主题配置文件:12345wordcount: enable: true post_wordcount: true min2read: true total_wordcount: true