config.json
1.4 KB
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
52
53
{
"initialize": {
"width": 1000,
"height": 700,
"fullscreen": false,
"tabs": {
"load": [
"ClipboardHistory"
],
"support": [
"FileManager",
"JsonParser",
"RandomGenerator",
"ClipboardHistory",
"QrCodeGenerator",
"CharsetConverter",
"NetworkTool",
"QiniuTool",
"WaveViewer"
]
}
},
"fileFilter": {
"regex": "^[^.].*$",
"showTip": true,
"description": "只获取匹配的文件,当文件不匹配时根据 `showTip` 设置是否显示提示"
},
"clipboardSize": 20,
"autoWrap": false,
"mysql": {
"host": "192.168.1.233:3306",
"database": "efo",
"condition": "useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=UTC",
"username": "root",
"password": "root"
},
"waveViewer": [
{
"title": "频率计算器",
"tableName": "frequency",
"dataField": "fre_data",
"dateField": "fre_date",
"firstResultSize": 30
},
{
"title": "晚睡时间",
"tableName": "dismiss",
"dataField": "dis_data",
"dateField": "dis_date",
"firstResultSize": 30
}
]
}