音乐播放器
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
大三开学的时候写的一个播放器。最近发觉最主要的播放功能不行了,搜索也不行了。于是又去分析了一波qq音乐的数据请求,重新抓链接,最后就可以正常使用了。有空再把过程给写出来。