Skip to content

Commit

Permalink
chore(主题): 👔 主题迁移至个性化设置
Browse files Browse the repository at this point in the history
  • Loading branch information
virzs committed Apr 7, 2022
1 parent d99eb87 commit 33d4876
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/config/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: Vir
* @Date: 2021-09-11 15:26:27
* @Last Modified by: Vir
* @Last Modified time: 2022-03-04 11:20:00
* @Last Modified time: 2022-04-07 17:37:22
*/

import { lazy } from 'react';
Expand Down Expand Up @@ -122,6 +122,12 @@ const routers: Router[] = [
path: 'logo',
component: Logo,
},
{
title: '主题',
icon: <ColorLens />,
path: 'theme',
component: Theme,
},
],
},
{
Expand Down Expand Up @@ -190,13 +196,6 @@ const routers: Router[] = [
},
],
},
{
title: '主题',
icon: <ColorLens />,
path: 'theme',
status: 'process',
component: Theme,
},
],
},
{
Expand Down

0 comments on commit 33d4876

Please sign in to comment.