v1.5.6
🛠️ Bug Fixes
- 修复
$argument
和$persistentStore
载入顺序颠倒的问题- 正确顺序为先读取
$argument
再读取$persistentStore (BoxJs)
- 即,有相同键名时,
$persistentStore (BoxJs)
的值会覆盖$argument
的值
- 正确顺序为先读取
🔄 Other Changes
- util 由
submodule
更改为package
$argument
和 $persistentStore
载入顺序颠倒的问题
$argument
再读取 $persistentStore (BoxJs)
$persistentStore (BoxJs)
的值会覆盖 $argument
的值submodule
更改为 package