feat: 通过 NeteaseMiniPlayer 支持播放来自网易云音乐的音乐

This commit is contained in:
2025-12-07 16:36:55 +08:00
parent 66d7c9cb3c
commit 2cdd81e74b
9 changed files with 1775 additions and 2 deletions

View File

@@ -12,4 +12,5 @@ if (process.env.NODE_ENV !== "development") {
app.use(VueUmamiPlugin({ websiteID: siteConfig.umami.websiteId, scriptSrc: siteConfig.umami.url, router }));
}
}
app.use(router).mount("#app");