🎵 Spotify

v1.9.9正式版

🛠️ Bug Fixes

  • 修复 $argument$persistentStore 载入顺序颠倒的问题
    • 正确顺序为先读取 $argument 再读取 $persistentStore (BoxJs)
    • 即,有相同键名时,$persistentStore (BoxJs) 的值会覆盖 $argument 的值

🔣 Dependencies

  • 升级了 @nsnanocat/util
    • utilsubmodule 更改为 package
    • $platform 改为 $app
    • 使用了全新的 Console polyfill

v1.9.8预发布

🛠️ Bug Fixes

  • 修复 $argument$persistentStore 载入顺序颠倒的问题
    • 正确顺序为先读取 $argument 再读取 $persistentStore (BoxJs)
    • 即,有相同键名时,$persistentStore (BoxJs) 的值会覆盖 $argument 的值

🔣 Dependencies

  • 升级了 @nsnanocat/util
    • utilsubmodule 更改为 package
    • $platform 改为 $app
    • 使用了全新的 Console polyfill

v1.9.7预发布

🛠️ Bug Fixes

  • 修复 $argument$persistentStore 载入顺序颠倒的问题
    • 正确顺序为先读取 $argument 再读取 $persistentStore (BoxJs)
    • 即,有相同键名时,$persistentStore (BoxJs) 的值会覆盖 $argument 的值

🔣 Dependencies

  • 升级了 @nsnanocat/util
    • utilsubmodule 更改为 package
    • $platform 改为 $app
    • 使用了全新的 Console polyfill

v1.9.5正式版

🆕 New Features

  • 翻译器允许通过参数面板传入任意语言代码
    • 传入的语言代码如不受翻译API支持,则可能导致翻译失败,请先查阅各翻译API支持语言列表进行确认
    • 例如:当使用微软翻译时,在参数面板Language[1]填入lzh,可以将翻译语言设置为中文(文言文)

v1.9.2正式版

🔄 Other Changes

  • util 由 submodule 更改为 package

v1.9.1正式版

🛠️ Bug Fixes

  • 修复 Surge 模块内置参数面板
  • 修复 Loon 插件内置设置面板

v1.9.0正式版

🔄 Other Changes

  • 打包器由 rollup 更改为 rspack