Skip to content

v1.0.1 — Bug Fixes & Bilingual Docs

Choose a tag to compare

@yxxbc yxxbc released this 21 Aug 09:19
· 23 commits to main since this release
5b0f2b3

🐛 Bug Fixes

Windows curl 兼容性(#4

  • 问题:PowerShell 会将 curl 解析为 Invoke-WebRequest 别名,导致 -m 参数产生歧义,余额查询在 Windows 主机上完全失效
  • 修复:在 win32 平台显式使用 curl.exe,其余平台沿用 curl
  • 影响文件host.jslib/index.js

安装脚本重复 loader entry id 崩溃

  • 问题install.sh~/.dsh/cordis.patch.yml 写入 insert 块,与 dsh plugin adddsh.bundles 注册源冲突,导致 Host 启动时报 duplicate loader entry id: dsh-balance-plugin 崩溃
  • 修复:安装脚本不再额外写入 patch,由 dsh plugin add 单一注册源管理

Authorization Bearer 鉴权头修复

  • 问题:余额查询的 HTTP 鉴权头使用了错误的 *** 占位符
  • 修复:改为正确的 Authorization: Bearer <key> 格式

📝 Docs

  • 新增完整英文 README(README.md)与简体中文 README(README.zh-CN.md
  • 双语导航栏,支持中英文切换

🤝 Contributors

贡献者 提交数 主要贡献
@yxxbc 17 核心维护
@snacks-yummy 2 Windows curl 修复

Full Changelog: v1.0.0...v1.0.1