From 01cabc4f8b6dec7bf2665377d806972fc0fee347 Mon Sep 17 00:00:00 2001 From: lish Date: Tue, 6 Jul 2021 17:47:04 +0800 Subject: [PATCH] add magazion_id to selected chapter column Signed-off-by: lish --- index.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/index.json b/index.json index c475c7f..4f62dfb 100644 --- a/index.json +++ b/index.json @@ -50,6 +50,7 @@ "sub_title": "", "icon_image": "https://img-blog.csdnimg.cn/20210528131454954.jpeg", "index": "9", + "magazine_id": "1", "path": "new-programmer/2021-01", "ref": "master", "detail": "detail.json", @@ -65,6 +66,7 @@ "sub_title": "", "icon_image": "https://img-blog.csdnimg.cn/20210528131500170.png", "index": "10", + "magazine_id": "1", "path": "new-programmer/2021-01", "ref": "master", "detail": "detail.json", @@ -80,6 +82,11 @@ "sub_title": "", "icon_image": "https://img-blog.csdnimg.cn/20210528131458365.png", "index": "11", + "magazine_id": "1", + "path": "new-programmer/2021-01", + "ref": "master", + "detail": "detail.json", + "chapters": "chapters.json", "free_rate": "100", "description": "", "chapter_page_url": "https://new-programmer.gitcode.host/2021-01/6.html", @@ -91,6 +98,7 @@ "sub_title": "", "icon_image": "https://img-blog.csdnimg.cn/20210528131455257.jpeg", "index": "12", + "magazine_id": "1", "path": "new-programmer/2021-01", "ref": "master", "detail": "detail.json", @@ -106,6 +114,7 @@ "sub_title": "", "icon_image": "https://img-blog.csdnimg.cn/2021052813150142.png", "index": "13", + "magazine_id": "1", "path": "new-programmer/2021-01", "ref": "master", "detail": "detail.json", @@ -121,6 +130,7 @@ "sub_title": "", "icon_image": "https://img-blog.csdnimg.cn/20210528131457280.png", "index": "14", + "magazine_id": "1", "path": "new-programmer/2021-01", "ref": "master", "detail": "detail.json", @@ -136,6 +146,7 @@ "sub_title": "", "icon_image": "https://img-blog.csdnimg.cn/20210528132032282.jpeg", "index": "16", + "magazine_id": "1", "path": "new-programmer/2021-01", "ref": "master", "detail": "detail.json", @@ -151,6 +162,7 @@ "sub_title": "", "icon_image": "https://img-blog.csdnimg.cn/2021052813145998.png", "index": "24", + "magazine_id": "1", "path": "new-programmer/2021-01", "ref": "master", "detail": "detail.json", @@ -166,6 +178,7 @@ "sub_title": "", "icon_image": "https://img-blog.csdnimg.cn/20210528131454992.jpeg", "index": "27", + "magazine_id": "1", "path": "new-programmer/2021-01", "ref": "master", "detail": "detail.json", @@ -181,6 +194,7 @@ "sub_title": "", "icon_image": "https://img-blog.csdnimg.cn/20210528131457969.png", "index": "31", + "magazine_id": "1", "path": "new-programmer/2021-01", "ref": "master", "detail": "detail.json", -- GitLab