Skip to content

Commit

Permalink
Merge pull request #152 from guanweiwang/main
Browse files Browse the repository at this point in the history
feat: 添加代码截图入口
  • Loading branch information
phxa1 authored Aug 26, 2024
2 parents 50c1e9d + 388497c commit d3752fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ const MENU = [
title: '加密解密',
href: `/toolkit/cyberChef/AESEncrypt`,
},
{
title: '代码格式化',
href: `/toolkit/format/html`,
},
{
title: '代码截图',
href: `/toolkit/codeshot`,
},
{
title: '其他工具',
href: '/tools',
Expand Down

0 comments on commit d3752fe

Please sign in to comment.