electron-vue-cloud-music icon indicating copy to clipboard operation
electron-vue-cloud-music copied to clipboard

🚀Electron + Vue 仿网易云音乐windows客户端

Results 34 electron-vue-cloud-music issues
Sort by recently updated
recently updated
newest added

报错 错误信息 window.less.modifyVars is not a function

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

后端源码给我 我可以修改添加歌曲等等功能。

![image](https://user-images.githubusercontent.com/27394631/67622473-06b1da00-f84d-11e9-9287-ff7ddd5c0276.png)

您这个项目很好,想提交到[AUR](https://aur.archlinux.org/)上,能否提供一下从源代码编译/用Appimage下载的方法来写pkgbuild文件? 用Appimage下载的方法好像是这样: ``` prepare() { cd "${srcdir}" chmod +x ${_filename} ${_filename} --appimage-extract rm ${srcdir}/squashfs-root/usr/share/icons/hicolor/icon-theme.cache } package() { install -Dm755 "${srcdir}/${_filename}" "${pkgdir}/opt/appimages/${_pkgname}.AppImage" install -Dm755 "${srcdir}/${_pkgname}.sh" "${pkgdir}/usr/bin/${_pkgname}" install -dm755 "${pkgdir}/usr/share/applications/" cp -r...