Skip to content

Commit

Permalink
feat: Console
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
Update setENV.mjs
  • Loading branch information
VirgilClyne committed Nov 29, 2024
1 parent 2e87172 commit 4cefbc1
Show file tree
Hide file tree
Showing 21 changed files with 648 additions and 654 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
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
Loading

0 comments on commit 4cefbc1

Please sign in to comment.