Skip to content

Commit d3752fe

Browse files
authored
Merge pull request #152 from guanweiwang/main
feat: 添加代码截图入口
2 parents 50c1e9d + 388497c commit d3752fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/Header/index.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ const MENU = [
2828
title: '加密解密',
2929
href: `/toolkit/cyberChef/AESEncrypt`,
3030
},
31+
{
32+
title: '代码格式化',
33+
href: `/toolkit/format/html`,
34+
},
35+
{
36+
title: '代码截图',
37+
href: `/toolkit/codeshot`,
38+
},
3139
{
3240
title: '其他工具',
3341
href: '/tools',

0 commit comments

Comments
 (0)