Update from Vibe Studio

This commit is contained in:
Vibe Studio
2026-01-16 03:55:43 +00:00
parent 90cb1a8345
commit f33e9727f2
5 changed files with 401 additions and 1 deletions

View File

@@ -44,6 +44,10 @@ const router: RouteObject[] = [
path: '/zh-en-translator',
element: LazyLoad(lazy(() => import('@/pages/zh-en-translator')))
},
{
path: '/spell-check',
element: LazyLoad(lazy(() => import('@/pages/spell-check')))
},
{
path: '/404',
element: <>404</>