s17179XTY/dsh-mobile1

dsh-mobile

局域网手机连接桥接插件,支持扫码配对、桌面授权及移动端 DSH 客户端访问。

AI 分析

核心用途是让用户通过手机在同一 Wi-Fi 下便捷使用 DSH,提供连接状态指示。适合需要将手机作为 DSH 辅助输入或移动控制端的用户。

包名
dsh-mobile
版本
1.0.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:s17179XTY/dsh-mobile

Usage

  1. Open the web GUI and find the phone icon at the right end of the settings row (bottom-left sidebar).
  2. Click it → the pairing dialog opens with a QR code (valid 30 minutes; auto-refreshes on expiry; Copy button next to the URL).
  3. On your phone, keep it on the same trusted Wi-Fi, scan the QR with the camera (or open the copied URL).
  4. The dialog shows the pending phone — click 允许 / Allow.
  5. The phone opens the mobile DSH client. The connection stays active in the background; the icon shows a green dot while connected. Reopen the dialog to disconnect or refresh the QR.

The pairing URL stays valid across dialog sessions for its full lifetime — only an expired token is rotated.

Configuration

  • --locale zh|en and --app-name are passed to the bridge by the host; the web UI posts its locale automatically to /phone-connect/config.
  • The harness URL is derived from webServer.port, so a changed GUI port needs no configuration.