From a50ac1868dbed2b2914bf6ab2775f340f573c0ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=80=8A=E6=96=B0=E7=A8=8B=E5=BA=8F=E5=91=98=E3=80=8B?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=83=A8?= Date: Thu, 21 Jul 2022 11:41:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0index.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/index.json b/index.json index 8fa0672..5331127 100644 --- a/index.json +++ b/index.json @@ -1,5 +1,26 @@ { "magazines": [ + { + "id": "101", + "title": "2022中国开源发展蓝皮书", + "sub_title": "", + "path": "new-programmer/2022lps", + "ref": "master", + "detail": "detail.json", + "chapters": "chapters.json", + "index_image": "https://img-blog.csdnimg.cn/ce1cac02b9014f49b826e36bd4c171fd.jpeg", + "index_video": "", + "original_price": "48.0", + "line_price": "48.0", + "sale_price": "48.0", + "short_description": "", + "description": "", + "author": { + "username": "", + "user_title": "", + "nickname": "" + } + }, { "id": "4", "title": "《我们的技术时代,我们的程序人生》", -- GitLab