u3u
                                            u3u
                                        
                                    🎉 The list seems all done! Will a new version be released in the near future? 😍
  @onewayticket255 是这个版本吗?我的可以播放
@onewayticket255 那应该是服务器问题吧 我用的腾讯云
@459217974 你可以先把你想听的歌下载到本地 之后就不用开了 需要的时候再开
@onewayticket255 我用的最新版 6.1.1
@zqcccc 不能用之后你看看你的代理是不是断开连接了(偶尔会自动断开) 或者尝试断开重连并重启网易云 然后去服务器看日志 客户端如果代理成功后日志会刷的非常快
类型推断指定了第一个泛型被中断了 必须手动指定第二个泛型的类型 但是不指定第一个泛型又不能确定 `value` 的类型 不知道还有没有更好的办法 如果能直接推断出 `valuePropName` 对应的类型就好了
When can it be merged?
https://github.com/lokesh/color-thief/blob/1c70277219c7bcfcd5ea4481cdb17136077c4fc1/src/color-thief.js#L89 It seems that it is caused by the wrong number of pixels obtained here. The size here is the actual size displayed by the picture rather than the original...
组件都是有宽高的,组件是使用 template 标签渲染的,创建 Vue 实例用的是 render 函数渲染的 另外 Vue 选择的是仅运行时的版本,和这个有关系吗 🤔