From 75a65923d49d4c9b255fa680658b13b1771528e8 Mon Sep 17 00:00:00 2001 From: SkyWT Date: Sun, 21 Jul 2024 23:49:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=A4=9D=E2=80=8D?= =?UTF-8?q?=F0=9F=A7=91=20=E6=B7=BB=E5=8A=A0=E5=8F=8B=E9=93=BE=E3=80=81Ope?= =?UTF-8?q?nGraph?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/og.svg | 1 + src/configs/friends.yml | 28 ++++++++++++++++++---------- src/layouts/Layout.astro | 6 ++---- 3 files changed, 21 insertions(+), 14 deletions(-) create mode 100644 public/og.svg diff --git a/public/og.svg b/public/og.svg new file mode 100644 index 00000000..e71223ab --- /dev/null +++ b/public/og.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/configs/friends.yml b/src/configs/friends.yml index 375c1f43..f1ba638a 100644 --- a/src/configs/friends.yml +++ b/src/configs/friends.yml @@ -72,16 +72,6 @@ groups: slogan: url: https://kaiyi.cool avatar: https://kaiyi.cool/_astro/portrait.lBf0EGlL_1llb4H.webp - - name: 雪舞灵颜 - desc: - slogan: 随至爱见至美。 - url: https://mys.forevers.love - avatar: https://friend.s3-us-east-1.ossfiles.com/b_1f7895cd0c20cf1ea2f6903ffabafdf1.jpg - - name: 于长野 - desc: - slogan: 做一个自由自在的废物。 - url: https://rabithua.club - avatar: https://http-1255663050.cos.ap-nanjing.myqcloud.com/blog/avatar.jpeg - name: 愧怍 desc: slogan: 道阻且长,行则将至。 @@ -117,6 +107,24 @@ groups: slogan: url: https://www.vhrise.com avatar: https://thirdqq.qlogo.cn/g?k=EaL0QicATH5MUdhX9NmzuVQ&b=oidb&s=0&rand=16724791560 + - name: AdventureX + desc: 总有人心里有火炬,而且彼此能看见。 + friends: + - name: 垚 + desc: + slogan: (✿╹◡╹) 无存在感小透明 (╹◡╹✿) + url: https://www.huaji.store + avatar: https://ry.huaji.store/images/logo@2x.png + - name: 于长野 + desc: + slogan: 做一个自由自在的废物。 + url: https://rabithua.club + avatar: https://http-1255663050.cos.ap-nanjing.myqcloud.com/blog/avatar.jpeg + - name: 雪舞灵颜 + desc: + slogan: 随至爱见至美。 + url: https://mys.forevers.love + avatar: https://friend.s3-us-east-1.ossfiles.com/b_1f7895cd0c20cf1ea2f6903ffabafdf1.jpg - name: 🌟 旧友们 desc: 我们曾经终日游荡,在故乡的青山上。 friends: diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 650a1b2f..a099bd5d 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -64,8 +64,7 @@ const { basic: { title: title, type: "article", - image: - "https://user-images.githubusercontent.com/5182256/131216951-8f74f425-f775-463d-a11b-0e01ad9fce8d.png", + image: "/og.svg", }, optional: { locale: "zh_CN", @@ -78,8 +77,7 @@ const { site: "@skywt2003", creator: "@skywt2003", title: title, - image: - "https://user-images.githubusercontent.com/5182256/131216951-8f74f425-f775-463d-a11b-0e01ad9fce8d.png", + image: "/og.svg", imageAlt: "SkyWT", description: description, }}