Change the icon of home and all tools in ToolsFramework

This commit is contained in:
2023-10-14 18:51:19 +08:00
parent 216e56f94d
commit 87ca67ba3c
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ export const toolsJsonObjects: ToolsJsonObject[] = [
path: '',
id: 'tools',
component: React.lazy(() => import('@/pages/tools')),
icon: React.lazy(() => import('~icons/fatweb/logo.jsx')),
icon: React.lazy(() => import('~icons/fatweb/home.jsx')),
name: '主页',
menu: true,
auth: false
@@ -18,7 +18,7 @@ export const toolsJsonObjects: ToolsJsonObject[] = [
component: React.lazy(() => import('@/pages/tools')),
name: '全部工具',
titlePostfix: ' - 全部工具',
icon: React.lazy(() => import('~icons/fatweb/logo.jsx')),
icon: React.lazy(() => import('~icons/fatweb/tool.jsx')),
menu: true,
auth: false
},