From f6b4326530b3e5429dd8d87ebe6921115090e418 Mon Sep 17 00:00:00 2001 From: raojing Date: Tue, 13 Dec 2022 03:02:33 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=A8=80=E5=9C=9F=E6=8E=98?= =?UTF-8?q?=E9=87=91=E5=92=8CCSDN=E9=93=BE=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 6983fa7..beef33f 100644 --- a/data/articles.json +++ b/data/articles.json @@ -3,7 +3,10 @@ "author": "早春的树", "date": "2022-12-13T02:00:00", "link": "https://blog.jianmu.dev/2022/12/13/%E6%8A%80%E6%9C%AF%E6%96%87%E7%AB%A0/%E5%BB%BA%E6%9C%A8HA%E9%83%A8%E7%BD%B2/", - "platform": {}, + "platform": { + "csdn": "https://blog.csdn.net/Jianmu_Dev/article/details/128297203", + "juejin": "https://juejin.cn/post/7176443611813249085" + }, "read_counts": 0, "title": "建木HA部署" }, -- Gitee