-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
21 changed files
with
648 additions
and
654 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,5 +1,12 @@ | ||
### 🛠️ Bug Fixes | ||
* 修复 `External.Lyrics.response` 的`网易云音乐`歌词源`逐字歌词`丢失的问题 | ||
* 修复 `$argument` 和 `$persistentStore` 载入顺序颠倒的问题 | ||
* 正确顺序为先读取 `$argument` 再读取 `$persistentStore (BoxJs)` | ||
* 即,有相同键名时,`$persistentStore (BoxJs)` 的值会覆盖 `$argument` 的值 | ||
|
||
### 🔣 Dependencies | ||
* 移除了 `External.Lyrics.response` 中的 `@nsnanocat/url` polyfill | ||
* 升级了 `@nsnanocat/url` | ||
* 使用了全新的 `URL` 和 `URLSearchParams` polyfill | ||
* 升级了 `@nsnanocat/util` | ||
* `util` 由 `submodule` 更改为 `package` | ||
* `$platform` 改为 `$app` | ||
* 使用了全新的 `Console` polyfill |
Oops, something went wrong.