blob: 8a5e10af5fb1e515d0707263e3d8004540091eca (
plain)
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
|
{
"nodes": {
"apds_script": {
},
"apds_service": {
},
"apds_rest": {
},
"apds_scriptA": {
"category": "aaa"
},
"apds_scriptB": {
"category": "aaa"
},
"apds_serviceA": {
"category": "aaa"
},
"apds_restA": {
"category": "aaa"
},
"apds_restB": {
"category": "aaa"
}
},
"categoryData": {
"aaa": {
"displayName": {
"zh_CN": "扩展任务",
"en_US": "Extension Task"
},
"collapse": true
}
}
}
|