From 778f5b627812f6cb487e9236ca5e5261fd2e763c Mon Sep 17 00:00:00 2001 From: LofiSu <163713803+LofiSu@users.noreply.github.com> Date: Sun, 26 Jan 2025 07:05:31 +0000 Subject: cli --- src/HomePage.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/HomePage.tsx b/src/HomePage.tsx index 3a40a16..4498a85 100644 --- a/src/HomePage.tsx +++ b/src/HomePage.tsx @@ -1,7 +1,7 @@ import React from 'react'; import { motion } from 'framer-motion'; -import { FaGithub, FaDiscord } from 'react-icons/fa'; -import { SiPython, SiTypescript, SiReact } from 'react-icons/si'; +// import { FaGithub, FaDiscord } from 'react-icons/fa'; +// import { SiPython, SiTypescript, SiReact } from 'react-icons/si'; import { Button, Card } from '@nextui-org/react'; import { ThreeBackground } from './components/ThreeBackground'; import { StatsCard } from './components/StatsCard'; @@ -33,14 +33,14 @@ const HomePage: React.FC = () => { target="_blank" as="a" > - + {/* */} 加入 GitHub @@ -55,17 +55,17 @@ const HomePage: React.FC = () => {
} + icon={
} title="Python 驱动" description="基于 Python 构建,提供灵活且强大的插件系统" /> } + icon={
} title="TypeScript 支持" description="完整的 TypeScript 类型支持,提供更好的开发体验" /> } + icon={
} title="现代化框架" description="采用现代化的框架设计,支持多平台部署" /> -- cgit v1.2.3-70-g09d2