feat: 优化界面;IPC-mpv控制;预加载脚本

This commit is contained in:
2026-01-21 15:39:22 +08:00
parent ebfe430746
commit 39d16a65e5
11 changed files with 933 additions and 325 deletions

View File

@@ -16,7 +16,6 @@ const router = createRouter({
routes: [
{ path: '/', component: HomeView },
{ path: '/playlist/:id', component: PlaylistDetailView },
// 可扩展其他路由
]
})