v0.1.104
版本发布时间: 2020-02-19 18:26:09
project-yuki/YUKI最新发布版本:v0.14.3-minori(2020-05-30 21:07:29)
更新
- 新增:百度开放平台翻译 API(即百度私人 API)。请将
"config\\baiduApi.js"
修改为"config\\newBaiduApi.js"
,并在 newBaiduApi.js 中填写参数以使用(感谢 @Evi1) #67 - 新增:微软 Azure 翻译 API。需要在 Azure 注册使用额度并在 azureApi.js 中填写参数以使用。旧版本用户请通过添加以下代码至 config.json 的 onlineApis 数组中启用该翻译 API(感谢 @arition) #68
{
"enable": true,
"external": true,
"jsFile": "config\\azureApi.js",
"name": "Azure"
},
- 新增:调试信息页面“复制到剪贴板”按钮,提高复制日志信息的效率
- 调整:不再默认启用百度 API
- 修复:在线下载失败时无提示的问题
- 修复:从进程启动,进程名包含非英文时显示为乱码的问题 #70
- 修复:允许多次在线下载同一模块的问题 #73
- 文档:新增 YUKI 常见问题与解答
Update
- New: Baidu private API. Please change
"config\\baiduApi.js"
into"config\\newBaiduApi.js"
and input arguments in newBaiduApi.js to use it (Thanks to @Evi1) #67 - New: Azure API. You need to register usage limit at Microsoft Azure. Users from an older version please add the following code to onlineApis array of config.json to enable this API (Thanks to @arition) #68
{
"enable": true,
"external": true,
"jsFile": "config\\azureApi.js",
"name": "Azure"
},
- New: Add "Copy To Clipboard" button in debug messages page, make it easier to copy logs
- Change: Do not enable Baidu API as default
- Fixed: An issue where no prompt outputs when downloading failed
- Fixed: An issue where gibberish for non-English process names showing in Start From Process #70
- Fixed: An issue which allows multiple downloading process on the same module #73
注意
该版本为 minori 版(也就是所谓的 Beta 版)。
当您使用时,可能会遇到包括但不限于以下特殊情况:
- 功能不完善
- 莫名其妙的 Error 弹窗
- 游戏无法启动
- UI 丑
- 经常打开 config 文件夹
-
开发者跑路
请尽量按照 添加区域转换器并设为默认 -> 添加游戏 -> 运行游戏 的流程使用。
如想获取更多运行时信息,请在命令行中运行
YUKI.exe
1、 YUKI-minori-v0.14.1.zip 48.96MB