feat(task-3.12): 我的音色页面 — 克隆音色卡片列表 + 状态管理 #152
@@ -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: () =>
|
||||
|
||||
Reference in New Issue
Block a user