From 141e4324856d088e4375dafc1de7df5dba42e6b5 Mon Sep 17 00:00:00 2001 From: Nagi-ovo <13264500190@163.com> Date: Mon, 26 Aug 2024 21:35:13 +0800 Subject: [PATCH] feat: add feishu component & modify about page --- src/components/FeishuDocEmbed.tsx | 11 +++ src/components/TechStack.tsx | 33 +++----- src/pages/about.tsx | 136 ++++-------------------------- 3 files changed, 39 insertions(+), 141 deletions(-) create mode 100644 src/components/FeishuDocEmbed.tsx diff --git a/src/components/FeishuDocEmbed.tsx b/src/components/FeishuDocEmbed.tsx new file mode 100644 index 0000000..63ff7f3 --- /dev/null +++ b/src/components/FeishuDocEmbed.tsx @@ -0,0 +1,11 @@ +import React from 'react'; + +interface FeishuDocEmbedProps { + docUrl: string; +} + +const FeishuDocEmbed: React.FC = ({ docUrl }) => { + return