From c1f5625dfcd3060039fd6ee0e040004bb812cb0e Mon Sep 17 00:00:00 2001
From: SevicheCC <91365763+Sevichecc@users.noreply.github.com>
Date: Fri, 27 Oct 2023 21:10:50 +0800
Subject: [PATCH] new friend

---
 src/lib/config/friends.ts | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/src/lib/config/friends.ts b/src/lib/config/friends.ts
index 3987b4da..506a1a53 100644
--- a/src/lib/config/friends.ts
+++ b/src/lib/config/friends.ts
@@ -81,7 +81,7 @@ export const friends: Friend[] = [
   {
     id: 'kwaa',
     rel: 'friend',
-    name: '藍+85CD',
+    name: '藍 +85CD',
     title: './kwaa.dev',
     link: 'https://kwaa.dev',
     descr: '[DATA EXPUNGED]',
@@ -95,5 +95,13 @@ export const friends: Friend[] = [
     link: 'https://blog.debula.ml',
     descr: '月亮一直跟着我走,它迷路了吗?',
     avatar: 'https://blog.debula.ml/usr/uploads/violet.jpg'
+  },
+  {
+    id: 'zhuzi',
+    rel: 'friend',
+    title: 'Bambooom',
+    name: '竹子',
+    link: 'https://zhuzi.dev',
+    descr: 'Blah Blah Booooom'
   }
 ]