今天,产品给的axure生成的原型页面用chrome打不开,然后安的chrome扩展也不行,开了扩展的权限也不行,算了,研究下代码暴破吧,把index.html中下面这段注释掉就OK了,赶紧把烦人的扩展卸掉,啦啦啦~~
1 | $(window).bind('load', function() { |
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true