From e75437d516f9c908cdeb268a50ca13d17c1e721b Mon Sep 17 00:00:00 2001 From: raojing Date: Fri, 30 Dec 2022 07:57:45 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=87=E7=AB=A0=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: raojing --- data/articles.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/articles.json b/data/articles.json index a5ccb34..780f7c6 100644 --- a/data/articles.json +++ b/data/articles.json @@ -3,7 +3,10 @@ "author": "建木", "date": "2022-12-30T02:30:00", "link": "https://blog.jianmu.dev/2022/12/30/%E5%8F%91%E5%B8%83%E8%AE%B0%E5%BD%95/%E5%BB%BA%E6%9C%A8v2.6.2%E5%8F%91%E5%B8%83/", - "platform": {}, + "platform": { + "csdn": "https://blog.csdn.net/Jianmu_Dev/article/details/128495912", + "juejin": "https://juejin.cn/post/7182832476841377850" + }, "read_counts": 0, "title": "建木v2.6.2发布" }, -- Gitee