Skip to content

Releases: 0x3fffff/dsh-desktop-launcher

v0.1.3

Choose a tag to compare

@0x3fffff 0x3fffff released this 18 Aug 12:40

v0.1.3

  • README 改为中英双语
  • 开头说明:桌面图标以隐藏终端方式启动 DSH,无法 Ctrl+C,因此网页右上角提供「关闭 DSH」按钮
  • English README added; intro now explains the hidden-terminal launch and the in-page Close DSH button

v0.1.2

Choose a tag to compare

@0x3fffff 0x3fffff released this 18 Aug 12:23

v0.1.2 修复

  • 修复「关闭 DSH」按钮无反应:cordis.patch.yml 增加 inject: [webServer],cordis 会等 webServer 服务注册完成后再激活插件,shutdown 路由现在能真正注册(之前 apply 时 ctx.get('webServer') 返回 undefined,路由 404)
  • 关闭逻辑改为 spawn detached taskkill /T /F(不受父进程死亡影响)+ 1.2s 后 process.exit(0) 兜底
  • 按钮关闭失败时显示「关闭失败,请重试」(不再静默)

v0.1.1

Choose a tag to compare

@0x3fffff 0x3fffff released this 18 Aug 12:12

v0.1.1

  • 只给当前登录用户桌面安装(不再装公共桌面),桌面路径动态解析
  • README 增加展示图
  • 修复仓库 About 中文乱码
  • 新增:网页右上角「彻底关闭 DSH」按钮(POST /api/dsh-desktop-launcher/shutdown → taskkill 进程树)

v0.1.0

Choose a tag to compare

@0x3fffff 0x3fffff released this 18 Aug 11:50