-
Notifications
You must be signed in to change notification settings - Fork 491
Expand file tree
/
Copy pathdata.json
More file actions
44 lines (44 loc) · 983 Bytes
/
data.json
File metadata and controls
44 lines (44 loc) · 983 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
{
"books": [
{
"key": "NCE1",
"title": "NCE1 English Book",
"bookPath": "https://nce.mleo.site/NCE1"
},
{
"key": "NCE2",
"title": "NCE2 English Book",
"bookPath": "https://nce.mleo.site/NCE2"
},
{
"key": "NCE3",
"title": "NCE3 English Book",
"bookPath": "https://nce.mleo.site/NCE3"
},
{
"key": "NCE4",
"title": "NCE4 English Book",
"bookPath": "https://nce.mleo.site/NCE4"
},
{
"key": "NCE1(85)",
"title": "NCE1 English Book(85)",
"bookPath": "https://85.mleo.site/NCE1"
},
{
"key": "NCE2(85)",
"title": "NCE2 English Book(85)",
"bookPath": "https://85.mleo.site/NCE2"
},
{
"key": "NCE3(85)",
"title": "NCE3 English Book(85)",
"bookPath": "https://85.mleo.site/NCE3"
},
{
"key": "NCE4(85)",
"title": "NCE4 English Book(85)",
"bookPath": "https://85.mleo.site/NCE4"
}
]
}