ERR_INVALID_USER

Results 10 comments of ERR_INVALID_USER

音乐搜索器 http://music.2333.me/ ```(ノ—_—)ノ 大佬的播放器蛮好用,就懒得开发了```

heroku 问题吗,这个先暂时不考虑哈

大神很厉害啊!不过有 BUG: ![qq20170324-171846](https://cloud.githubusercontent.com/assets/6924891/24287782/fc038f3a-10b5-11e7-9e1d-1d399f7f6c3b.png)

`TypeError: Cannot read property 'map' of null` 这个问题我修复了,PR 已经合并了

我自己写了个临时方案,你们可以参考下: > HTML 里面用注释 `{content}` 包起来 > `fis-conf.js`加上对应代码就行 fis-conf.js 代码示例 ``` javascript /** * nginx_concat 资源自动合并方案 * @method nginx_concat * @param {string} type 类型,目前只能为css和js * @param {string} dir 目录,??前面的地址 *...

为了提高适配性,match 正则 `[a-z\-\.]` 可以换成 `[\w\.]`