feat: 添加功能底栏

This commit is contained in:
2025-07-09 20:48:11 +08:00
parent cbb3543c4a
commit bbad7388d8
5 changed files with 163 additions and 73 deletions

View File

@@ -19,8 +19,6 @@ const router = createRouter({
{ path: "/test", name: "test", component: TestView },
{ path: "/user", name: "user", component: UserView },
{ path: "/admin", name: "admin", component: AdminView },
{ path: "/video-stream", name: "videoStream", component: VideoStreamView },
{ path: "/oscilloscope", name: "oscilloscope", component: OscilloscopeView },
],
});