From 565f9a4741e903dc2b377f0b6bdb1bc8b3cd3cac Mon Sep 17 00:00:00 2001 From: sevichecc <--global> Date: Tue, 20 Dec 2022 14:07:15 +0800 Subject: [PATCH] new friends --- src/lib/config/friends.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/lib/config/friends.ts b/src/lib/config/friends.ts index a0f98cd4..b63d3179 100644 --- a/src/lib/config/friends.ts +++ b/src/lib/config/friends.ts @@ -86,5 +86,14 @@ export const friends: Friend[] = [ link: 'https://kwaa.dev', descr: '[DATA EXPUNGED]', avatar: 'https://kwaa.dev/assets/any@512.webp' + }, + { + id: 'debula', + rel: 'friend', + title: '秘密花园', + name: '本宝宝', + link: 'https://blog.debula.ml', + descr: '月亮一直跟着我走,它迷路了吗?', + avatar: 'https://blog.debula.ml/usr/uploads/violet.jpg' } ]