config.json 876 字节
Newer Older
F
feilong 已提交
1 2 3 4
{
  "export": [
    "helloworld.json"
  ],
L
luxin 已提交
5
  "keywords": ["Python简介"],
F
feilong 已提交
6 7 8 9 10
  "children": [
    {
      "Python都能做什么": {
        "keywords": [],
        "children": [],
L
luxin 已提交
11 12 13
        "node_id": "python-4-0",
        "keywords_must": [],
        "keywords_forbid": []
F
feilong 已提交
14 15 16 17 18 19
      }
    },
    {
      "python起源和发展": {
        "keywords": [],
        "children": [],
L
luxin 已提交
20 21 22
        "node_id": "python-insert-2",
        "keywords_must": [],
        "keywords_forbid": []
F
feilong 已提交
23 24 25 26 27 28
      }
    },
    {
      "python语言特点": {
        "keywords": [],
        "children": [],
L
luxin 已提交
29 30 31
        "node_id": "python-insert-3",
        "keywords_must": [],
        "keywords_forbid": []
F
feilong 已提交
32 33 34
      }
    }
  ],
L
luxin 已提交
35 36 37 38
  "node_id": "python-3-0",
  "keywords_must": [
    "python"
  ],
张志晨 已提交
39 40
  "keywords_forbid": [],
  "cover_image": "https://img-service.csdnimg.cn/img_convert/83ad546a88522ee1c5ded0208198e2e1.jpeg"
F
feilong 已提交
41
}