-
Notifications
You must be signed in to change notification settings - Fork 14
/
gears.json
51 lines (51 loc) · 876 Bytes
/
gears.json
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
47
48
49
50
51
{
"version": "1.0.0",
"libs": [
"/@StdUI",
"/@aichat"
],
"preloads": [],
"fonts": null,
"datas": {},
"views": {},
"gears": {
"BoxSeg": {
"name": "BoxSeg",
"path": "ui/BoxSeg.js",
"icon": "gears.svg",
"showName": "BoxSeg",
"catalog": ""
},
"DlgSegs": {
"name": "DlgSegs",
"path": "ui/DlgSegs.js",
"icon": "gears.svg",
"showName": "标准对话框",
"catalog": ""
}
},
"gearIndexes": {
"Gear1HIASUKH50": {
"path": "ui/BoxSeg.js"
},
"Gear1GGJKM84D0": {
"path": "ui/MainUI.js",
"expose": false
},
"Gear1HIARMBHP0": {
"path": "ui/DlgSegs.js",
"expose": false
}
},
"templates": {
"ui/DlgSegs.js": {
"template": true,
"name": "Template1HIARMBHP0",
"showName": "Standard Dialog",
"path": "ui/DlgSegs.js",
"description": "",
"icon": "gears.svg",
"catalog": "ViewTemplates"
}
}
}