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
| { "localeChangers": { "localeEmulator": { "enable": true, "exec": "\"X:\\Gal\\Locale.Emulator.2.4.1.0\\LEProc.exe\" %GAME_PATH%", "name": "Locale Emulator" }, "noChanger": { "enable": false, "exec": "%GAME_PATH%", "name": "No Changer" }, "ntleas": { "enable": false, "exec": "", "name": "Ntleas" } }, "onlineApis": [ { "enable": true, "external": true, "jsFile": "config\\baiduApi.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, "method": "POST", "name": "彩云", "requestBodyFormat": "J{\"source\": %TEXT%, \"trans_type\": \"ja2zh\", \"request_id\": \"demo\", \"detect\": \"true\"}", "requestHeaders": "{\"X-Authorization\": \"token 3975l6lr5pcbvidl6jl2\"}", "responseBodyPattern": "J%RESPONSE%.target", "url": "https://api.interpreter.caiyunai.com/v1/translator" }, { "enable": true, "external": true, "jsFile": "config\\qqApi.js", "name": "腾讯" } ], "translators": { "jBeijing": { "dictPath": "X:\\Gal\\YUKI\\lib\\dict\\jb", "enable": true, "path": "X:\\Gal\\JBeijing7" } }, "dictionaries": { "lingoes": { "enable": false, "path": "" } }, "mecab": { "enable": true, "path": "X:\\Gal\\MeCab\\bin" }, "librariesRepoUrl": "https://github.com/project-yuki/libraries/raw/master/_pack/", "language": "zh" }
|