From 2be13ef878b825188361e7afc019d95cbdd2f3f4 Mon Sep 17 00:00:00 2001 From: KazooTTT Date: Fri, 11 Oct 2024 21:30:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=8A=80=E6=9C=AF=E6=A0=88=E5=B9=B6=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 037e5c9..cfdb99d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -14,7 +14,7 @@ import { getAllPosts, sortMDByDate } from '@/utils' import { Icon } from 'astro-icon/components' import GiscusComment from '@/components/GiscusComment' -const frontend = ['react(熟悉)', 'vue2(了解)', 'next.js', 'tailwindcss'] +const frontend = ['react(熟悉)', 'vue2(了解)', 'vtk.js(了解)', 'next.js', 'tailwindcss'] const backend = ['nodejs(熟悉)', 'python(了解)', 'elysiajs', 'nextjs', 'cloudflare d1', 'prisma'] const others = ['大模型提示词调优'] const languages = ['英文'] @@ -52,7 +52,7 @@ const allPostsByDate = sortMDByDate(allPosts).slice(0, MAX_POSTS)
-

前端开发,技术栈主要为React全家桶, 不过也接触过Vue。

+

前端开发,技术栈主要为 React 全家桶, VTK.js 学习中。

偶尔使用 python 或者 nodejs 写后端。