feat: 优化播放 修改为howler 修复搜索导致播放无限卡顿问题(#15)

- 优化了整个项目的播放
- 去除audio
- 优化歌词页 歌词同步时间

fixes #15
This commit is contained in:
alger
2024-12-12 22:18:52 +08:00
parent bb99049991
commit cebf313075
12 changed files with 199 additions and 182 deletions

View File

@@ -17,7 +17,9 @@
"b:win": "cross-env NODE_ENV=production npm run build && npm run b:win:x64 && npm run b:win:x86 && npm run b:win:arm"
},
"dependencies": {
"electron-store": "^8.1.0"
"@types/howler": "^2.2.12",
"electron-store": "^8.1.0",
"howler": "^2.2.4"
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.2.4",