emily
Results
1
comments of
emily
> > 参照[hexojs / HEXO#3753](https://github.com/hexojs/hexo/issues/3753) > > `Global Variables`中`_`已被移除移除( > > 根据你的思路,我找到[hexo的提交历史参照](https://github.com/hexojs/hexo/commit/378c22bc4ed5219c22e663456dd45ac71c468994#) > 提交历史,修改以下文件并执行命令即可恢复 > > 1. 在博客目录下执行npm install lodash > 2. 在[BlogPath] /node_modules/hexo/package.json中`"lodash": "4.17.20"` > 添加添加后的文件如下: > … >...