feat(chore): 重构UI、实现功能

- 用户登录(支持扫码登录)
- 一起听
- 听歌足迹
- 排行榜
- 本地音乐
- 快捷键
- 云歌单/本地歌单
- 歌单导入导出
- 喜欢
This commit is contained in:
lqtmcstudio
2026-06-20 22:05:12 +08:00
parent 760881de4f
commit 0af8c4f953
45 changed files with 11420 additions and 1670 deletions

View File

@@ -25,11 +25,13 @@
"@pixi/filter-bulge-pinch": "^5.1.1",
"@pixi/filter-color-matrix": "^7.4.3",
"@pixi/sprite": "^7.4.3",
"@types/qrcode": "^1.5.6",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"element-plus": "^2.13.7",
"jss": "^10.10.0",
"jss-preset-default": "^10.10.0",
"pinia": "^3.0.4",
"qrcode": "^1.5.4",
"url": "^0.11.4",
"vite-plugin-wasm": "^3.6.0",
"vue": "^3.5.33",
@@ -72,6 +74,10 @@
{
"from": "core/libfftw3f-3.dll",
"to": "core/libfftw3f-3.dll"
},
{
"from": "native/taglib_reader/build/taglib_reader_cli.exe",
"to": "native/taglib_reader_cli.exe"
}
]
}