Skip to content

v0.1.1

Choose a tag to compare

@xluomo xluomo released this 14 Aug 13:16
· 5 commits to master since this release

修复

  • Windows 路径解析:用户级 profile 路径解析失败导致设置页显示"未知";路径统一按正斜杠解析,并增加预期路径兜底($DSH_HOME / ~/.dsh / web profile)
  • 配置提示三态:配置文件不存在时显示"配置文件<路径>不存在";文件存在时按写探测成功/失败显示结果
  • 跨平台打开配置文件:Windows 下"打开配置"报 spawn /usr/bin/open ENOENT;改为按平台调用默认打开方式(macOS open / Windows Invoke-Item / Linux xdg-open)