1. 重构Song类型支持string/number类型id,更新相关组件的点赞逻辑 2. 新增播放量格式化、封面处理工具函数 3. 注册naive-ui全局组件类型,调整App.vue模板位置 4. 重写axios请求拦截器与封装,自动解包响应数据 5. 新增歌单相关API封装,实现分类歌单与详情获取 6. 修复MusicCard、PlayerBar、FullscreenPlayer的封面渲染逻辑 7. 重构DiscoverView,接入真实歌单API替换mock数据 8. 完善PlaylistDetailView,支持加载真实歌单数据与加载态 |
||
|---|---|---|
| .vscode | ||
| public | ||
| src | ||
| src-tauri | ||
| .env | ||
| .gitignore | ||
| CLAUDE.md | ||
| README.md | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
README.md
Tauri + Vue + TypeScript
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.