dsh-balance v0.1.1
修复版 · Patch release
修复重启后插件加载失败的问题:客户端轮询误用 ctx.interval,而 cordis 守卫要求声明 inject: ['timer'] 才允许访问 timer 混入属性,导致整个 loader entry 应用失败(cannot get property "timer" without inject)。改用浏览器原生 window.setInterval,插件恢复正常加载。
Fixes the loader-entry crash after restart: the client poll used ctx.interval, which the cordis guard rejects without inject: ['timer']. Switched to the browser-native window.setInterval.
变更 · Changes
- 🐛 客户端 60 秒轮询改用 window.setInterval · client polling now uses window.setInterval
- 📦 版本升至 0.1.1 · version bump to 0.1.1
升级 · Upgrade
dsh plugin --profile web add github:Mystery-God/dsh-balance(重新安装后重启 dsh web;或等待插件市场更新)
附件 · Assets
- linxin666-dsh-balance-0.1.1.tgz — npm 打包产物 · npm tarball