Loading... ## 1.安装 项目地址:https://github.com/theme-next/hexo-symbols-count-time ```shell npm install hexo-symbols-count-time ``` <!--more--> ## 2.配置Hexo`_config.yml` ```yaml symbols_count_time: #文章字数统计 symbols: true #文章时间计算 time: true #站点总字数统计 total_symbols: true #站点总时间计算 total_time: true #排除代码块 exclude_codeblock: false #平均字长 awl: 4 #每分钟字数 wpm: 275 #如果读取时间少于60分钟,请添加后缀作为字符串参数。 suffix: "mins." ``` **中国用户注意事项**:因为中文的平均单词长度约为1.5,并且如果您大多数情况下都以中文撰写帖子(不使用混合英语),建议将`awl`设置为`2`,`wpm`设置为`300`。 但是,如果您通常将自己的帖子与英语混用,`awl`为`4`,`wpm`为`275`会很好。 听说,点赞的人都找到了真爱!! Last modification:February 7, 2021 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 听说,打赏我的人都找到了真爱!
2 comments
你这个代码框怎设置成MacBook窗口的样子啊?
博客主题