From cebac03f82450cfc66815f523913a351091b6edf Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Thu, 2 Jun 2022 12:06:15 +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 43d5347..633aee7 100644 --- a/index.json +++ b/index.json @@ -1,5 +1,26 @@ { "magazines": [ + { + "id": "4", + "title": "《 我们的技术时代,我们的程序人生 》", + "sub_title": "《新程序员》第四期", + "path": "new-programmer/2022-04", + "ref": "master", + "detail": "detail.json", + "chapters": "chapters.json", + "index_image": "https://img-home.csdnimg.cn/images/20220601055823.jpg", + "index_video": "", + "original_price": "48.0", + "line_price": "48.0", + "sale_price": "48.0", + "short_description": "", + "description": "", + "author": { + "username": "programmer", + "user_title": "国内开发者的权威刊物", + "nickname": "程序员杂志编辑组" + } + }, { "id": "3", "title": "《 云原生和全面数字化实践 》", -- GitLab