calledT
calledT
手机是魅蓝note,系统是4.4.4,UC的版本是10.8.0。用完整版的[fullPage](http://alvarotrigo.com/fullPage/)去试也是这样
I had add `has-Prefix` to `ignored_packages`, but it seem nothing help.
when cursor is between the end of text and ending quote without any space ,it will select the ending quote.
貌似作者不再维护这个插件,造了一个配置项更多的轮子。[gulp-vm2html](https://github.com/calledT/gulp-vm2html)
我想把目录结构为 ``` shell └── scss └── common.scss ``` 的内容输出为 ``` shell └── css └── common.css ``` 想下面这样设置 ``` js fis.config.set('settings.parser.sass', { include_paths: [], output: 'css/' }); ``` 输出结果变成了 ``` shell...