dsh-mobile
局域网手机连接桥接插件,支持扫码配对、桌面授权及移动端 DSH 客户端访问。
AI 分析
核心用途是让用户通过手机在同一 Wi-Fi 下便捷使用 DSH,提供连接状态指示。适合需要将手机作为 DSH 辅助输入或移动控制端的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:s17179XTY/dsh-mobile说明文档
阅读完整 README ↗Usage
- Open the web GUI and find the phone icon at the right end of the settings row (bottom-left sidebar).
- Click it → the pairing dialog opens with a QR code (valid 30 minutes; auto-refreshes on expiry; Copy button next to the URL).
- On your phone, keep it on the same trusted Wi-Fi, scan the QR with the camera (or open the copied URL).
- The dialog shows the pending phone — click 允许 / Allow.
- 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|enand--app-nameare 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.