-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
46 lines (46 loc) · 867 Bytes
/
data.json
File metadata and controls
46 lines (46 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
[{
"id": 1,
"title": "方守龙",
"des": "第一个的描述"
},
{
"id": 2,
"title": "红木",
"des": "第2个的描述"
},
{
"id": 3,
"title": "宝石",
"des": "第3个的描述"
},
{
"id": 4,
"title": "唐卡",
"des": "第3个的描述"
},
{
"id": 5,
"title": "微雕",
"des": "第3个的描述"
}],
[{
"id": 1,
"title": "壹克茶",
"des": [
"第一个的描述",
"第一个的描述",
"第一个的描述",
"第一个的描述"
]
},
{
"id": 2,
"title": "九板",
"des": [
"第2个的描述",
"第2个的描述",
"第2个的描述"
]
}]
]