feat(task-3.12): 我的音色页面 — 克隆音色卡片列表 + 状态管理 #152

Merged
xiaoxia merged 1 commits from feat/my-voices-page into develop 2026-07-01 16:36:24 +08:00
+7
View File
@@ -155,6 +155,13 @@ export const router = createBrowserRouter([
})),
},
},
{
path: "my-voices",
lazy: () =>
import("@/pages/my-voices/MyVoices").then((m) => ({
Component: m.default,
})),
},
{
path: "accounts",
lazy: () =>