add MusicPlayer

This commit is contained in:
Timi
2026-04-09 20:53:46 +08:00
parent 788db69bc8
commit d9e32c4dbe
12 changed files with 1059 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ import { DEFAULT_BODY_BACKGROUND, useGlobalUIStore } from "@/store/globalUIStore
import { useSettingStore } from "@/store/settingStore";
import NotFoundPage from "@/pages/system/NotFoundPage.vue";
import ServerIndexPage from "@/pages/system/ServerIndexPage.vue";
import FileExplorerPage from "@/pages/file/FileExplorerPage.vue";
import FilePage from "@/pages/tabs/FilePage.vue";
import ServerLogPage from "@/pages/detail/ServerLogPage.vue";
const router = createRouter({
@@ -63,7 +63,7 @@ const router = createRouter({
contentFixedHeight: true,
bodyBackground: "#F4F4F4"
},
component: FileExplorerPage
component: FilePage
},
{
path: "/server/logs",