Skip to content

v1.2.1

Latest

Choose a tag to compare

@godchen520 godchen520 released this 18 Aug 12:32
· 1 commit to main since this release

dsh-web-remote v1.2.1

DSH 手机/外网远程访问插件,支持微信机器人。

✨ 功能

  • 公网访问:Cloudflare Quick Tunnel(自动下载 cloudflared)
  • 局域网直连:HTTP + HTTPS(自签名证书)
  • 安全认证:随机 token + HttpOnly Cookie
  • 微信机器人:扫码绑定、AI 对话、会话控制、模型切换
  • 远程面板:公网 / 局域网 / 机器人 三标签页

🛠 微信命令

  • /链接 — 获取公网链接
  • /会话列表 / /选择 N / /当前会话 / /历史内容
  • /当前模型 / /切换模型 / /选强度 N
  • 直接发送内容 → 发到选中会话

🐛 修复

  • 会话列表过滤归档/子代理/孤儿会话
  • 模型切换走会话级 RPC

📦 安装

cd $DSH_HOME/profiles/web
pnpm add github:godchen520/dsh-web-remote

然后在 package.jsondsh.profile.bundles 添加 "dsh-web-remote",重启 DSH。