From 69ce13fe36e8a1d58a502c256aef51e462fc7174 Mon Sep 17 00:00:00 2001 From: qbhfh <2682147541@qq.com> Date: Fri, 9 Dec 2022 17:28:50 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=96=B0=E5=A2=9E=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E9=98=85=E8=AF=BB=E9=87=8F=E7=BB=9F=E8=AE=A1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/articles.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/articles.json b/data/articles.json index d70343a..6961413 100644 --- a/data/articles.json +++ b/data/articles.json @@ -1,4 +1,12 @@ [ + { + "author": "建木", + "date": "2022-12-09T09:00:00", + "link": "https://blog.jianmu.dev/2022/12/09/%E5%8F%91%E5%B8%83%E8%AE%B0%E5%BD%95/%E5%BB%BA%E6%9C%A8v2.6.1%E5%8F%91%E5%B8%83/", + "platform": {}, + "read_counts": 0, + "title": "建木v2.6.1发布" + }, { "author": "建木Hub", "date": "2022-12-05T02:00:00", -- Gitee