From d83aa08d86543f29204b8bc03acce4ac5978a099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E5=8F=89=E6=A0=91=E6=A0=91?= Date: Sat, 24 Jan 2026 22:23:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(friends):=20=E4=BF=AE=E5=A4=8DSuk's=20Blog.?= =?UTF-8?q?json=E4=B8=ADJSON=E5=B1=9E=E6=80=A7=E7=BC=BA=E5=B0=91=E5=BC=95?= =?UTF-8?q?=E5=8F=B7=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 确保JSON文件格式正确,避免解析错误。 --- src/data/friends/Suk's Blog.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/friends/Suk's Blog.json b/src/data/friends/Suk's Blog.json index 3bf6f087a..565800d76 100644 --- a/src/data/friends/Suk's Blog.json +++ b/src/data/friends/Suk's Blog.json @@ -1,6 +1,6 @@ { - title: "Suk's Blog", - imgurl: "https://imsuk.cn/favicon.ico", - desc: "天不老,情难绝", - siteurl: "https://imsuk.cn", + "title": "Suk's Blog", + "imgurl": "https://imsuk.cn/favicon.ico", + "desc": "天不老,情难绝", + "siteurl": "https://imsuk.cn" }