feat: update about

This commit is contained in:
KazooTTT
2024-07-25 16:09:46 +08:00
parent ce5b248db2
commit 0b8b30c99c

View File

@ -50,9 +50,10 @@ const allPostsByDate = sortMDByDate(allPosts).slice(0, MAX_POSTS)
</section>
<Section title='About'>
<p class='text-muted-foreground'>
前端开发技术栈主要为React全家桶, 不过也接触过Vue,偶尔使用 python 或者 nodejs 写后端
</p>
<div class='text-muted-foreground'>
<p>前端开发技术栈主要为React全家桶, 不过也接触过Vue。</p>
<p>偶尔使用 python 或者 nodejs 写后端。</p>
</div>
</Section>
{
allPostsByDate.length > 0 && (