-
Notifications
You must be signed in to change notification settings - Fork 146
/
Copy pathconfig.json
95 lines (95 loc) · 2.14 KB
/
config.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"localeChangers": {
"alphaROMdiE": {
"enable": false,
"exec": "C:\\Resources\\Games\\AlphaROMdiE.exe %GAME_PATH%",
"name": "AlphaROMdiE"
},
"localeEmulator": {
"enable": true,
"exec": "C:\\LocaleEmulator\\LEProc.exe %GAME_PATH%",
"name": "Locale Emulator"
},
"noChanger": {
"enable": false,
"exec": "%GAME_PATH%",
"name": "No Changer"
},
"ntleas": {
"enable": false,
"exec": "C:\\ntleas046_x64\\x86\\ntleas.exe %GAME_PATH%",
"name": "Ntleas"
}
},
"onlineApis": [
{
"enable": true,
"external": true,
"jsFile": "config\\qqApi.js",
"name": "腾讯"
},
{
"enable": false,
"external": true,
"jsFile": "config\\tencentApi.js",
"name": "腾讯云"
},
{
"enable": true,
"external": true,
"jsFile": "config\\youdaoApi.js",
"name": "有道"
},
{
"enable": false,
"method": "POST",
"name": "谷歌",
"requestBodyFormat": "X{\"q\": %TEXT%, \"sl\": \"ja\", \"tl\": \"zh-CN\"}",
"responseBodyPattern": "Rclass=\"t0\">([^<]*)<",
"url": "https://translate.google.cn/m"
},
{
"enable": false,
"external": true,
"jsFile": "config\\caiyunApi.js",
"name": "彩云"
},
{
"enable": false,
"external": true,
"jsFile": "config\\azureApi.js",
"name": "Azure"
},
{
"enable": false,
"external": true,
"jsFile": "config\\baiduApi.js",
"name": "百度"
},
{
"enable": false,
"external": true,
"jsFile": "config\\newBaiduApi.js",
"name": "百度开放平台"
}
],
"translators": {
"jBeijing": {
"dictPath": "C:\\YUKI\\yuki\\lib\\dict\\jb",
"enable": true,
"path": "C:\\JBeijing7"
}
},
"dictionaries": {
"lingoes": {
"enable": true,
"path": "C:\\YUKI\\libraries\\dict\\lingoes\\njcd.db"
}
},
"mecab": {
"enable": true,
"path": "C:\\YUKI\\libraries\\pos\\mecab-ipadic"
},
"librariesRepoUrl": "https://github.com/project-yuki/libraries/raw/master/_pack/",
"language": "zh"
}