Skip to content

Commit

Permalink
feat: add nodejs icon powered
Browse files Browse the repository at this point in the history
  • Loading branch information
PaloMiku committed Nov 4, 2024
1 parent 74c1f97 commit 7a66b23
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ import {
SiAlgolia,
SiSwift,
SiPython,
SiRust
SiRust,
SiNodedotjs
} from 'react-icons/si' // si 代表 Simple Icons

// 添加特性数据数组
Expand Down Expand Up @@ -81,6 +82,13 @@ function Powered(): React.ReactElement {
description: '领先的容器化平台',
color: '#2496ED'
},
{
name: 'Node.js',
icon: SiNodedotjs,
href: 'https://nodejs.org',
description: '基于 Chrome V8 引擎的 JavaScript 运行时',
color: '#339933'
},
{
name: 'Next.js',
icon: SiNextdotjs,
Expand Down

0 comments on commit 7a66b23

Please sign in to comment.