Update dependencies. Add page. Optimize code.

This commit is contained in:
2023-11-01 14:47:41 +08:00
parent aa295db6ae
commit b548fb8083
19 changed files with 734 additions and 515 deletions

View File

@@ -6,8 +6,8 @@ export const tools: RouteJsonObject[] = [
absolutePath: '/tools',
id: 'tools',
component: React.lazy(() => import('@/pages/tools')),
icon: React.lazy(() => import('~icons/fatweb/home.jsx')),
name: '主页',
icon: React.lazy(() => import('~icons/fatweb/home.jsx')),
menu: true,
auth: false
},