From e82a127232e9c8f5bf4a43c8f16fb4724ea9df35 Mon Sep 17 00:00:00 2001 From: darwintree <17946284+darwintree@users.noreply.github.com> Date: Thu, 19 Sep 2024 23:06:58 +0800 Subject: [PATCH] fix: sound path --- src/App.vue | 2 +- src/main.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 497d753..0b30623 100644 --- a/src/App.vue +++ b/src/App.vue @@ -78,7 +78,7 @@ watch(locale, (newVal) => { - BGM + Sound
diff --git a/src/main.ts b/src/main.ts index 8b5ecb9..f224e8e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -34,7 +34,7 @@ const router = createRouter({ component: About, }, { - path: '/sound', + path: '/bgm', component: BgmPanel, }, // {