-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update boxjs.settings.json Update CHANGELOG.md Update response.dev.js Update request.dev.js Update response.js Update request.js
- Loading branch information
1 parent
1e089be
commit 6d380db
Showing
10 changed files
with
578 additions
and
660 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
### 🆕 New Features | ||
* `翻译器`允许通过`参数面板`传入任意`语言代码` | ||
* 传入的`语言代码`如不受`翻译API`支持,则可能导致翻译失败,请先查阅各`翻译API`的`支持语言列表`进行确认 | ||
* 例如:当使用`微软翻译`时,在`参数面板`的`Language[1]`填入`lzh`,可以将翻译语言设置为`中文(文言文)` | ||
### 🛠️ Bug Fixes | ||
* 修复 `$argument` 和 `$persistentStore` 载入顺序颠倒的问题 | ||
* 正确顺序为先读取 `$argument` 再读取 `$persistentStore (BoxJs)` | ||
* 即,有相同键名时,`$persistentStore (BoxJs)` 的值会覆盖 `$argument` 的值 | ||
|
||
### 🔣 Dependencies | ||
* 升级了 `@nsnanocat/util` | ||
* `util` 由 `submodule` 更改为 `package` | ||
* `$platform` 改为 `$app` | ||
* 使用了全新的 `Console` polyfill |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.