@mrrisega/dsh-remote 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -3
- package/package.json +17 -2
package/README.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
|
-
# dsh-remote
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
# dsh-remote — 手机远程控制 DeepSeek Harness(全功能 · App 级体验)
|
|
2
|
+
|
|
3
|
+
<p align="left">
|
|
4
|
+
<a href="https://github.com/mrRisega/dsh-remote/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/mrRisega/dsh-remote?style=flat-square&label=Stars"></a>
|
|
5
|
+
<img alt="npm downloads" src="https://img.shields.io/npm/dt/@mrrisega/dsh-remote?style=flat-square&label=npm%20downloads">
|
|
6
|
+
<img alt="DeepSeek Harness" src="https://img.shields.io/badge/DeepSeek%20Harness-plugin-4f8cff?style=flat-square">
|
|
7
|
+
<img alt="dsh-plugin" src="https://img.shields.io/badge/topic-dsh--plugin-blueviolet?style=flat-square">
|
|
8
|
+
<img alt="Node" src="https://img.shields.io/badge/Node.js-%3E%3D20-339933?style=flat-square&logo=node.js&logoColor=white">
|
|
9
|
+
<img alt="License" src="https://img.shields.io/badge/License-PolyForm%20Noncommercial-2ea44f?style=flat-square">
|
|
10
|
+
</p>
|
|
11
|
+
|
|
12
|
+
> **离开电脑也能用手机 100% 全功能接管电脑上的 DeepSeek Harness(`dsh web`)**——发消息、看工具执行、审批权限、改设置、管凭据(含特权操作),操作体验与坐在电脑前完全一致。免内网穿透,局域网即连。
|
|
13
|
+
>
|
|
14
|
+
> **一条命令安装**:`npx @mrrisega/dsh-remote`
|
|
4
15
|
|
|
5
16
|
dsh-remote 是一个轻量的**隧道模式**远程控制方案:电脑端运行一个守护进程(bridge),
|
|
6
17
|
主动连接中继服务器(relay-router)注册为在线设备;手机浏览器打开 PWA 页面,
|
package/package.json
CHANGED
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mrrisega/dsh-remote",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "Remote control
|
|
3
|
+
"version": "0.3.2",
|
|
4
|
+
"description": "手机远程控制 DeepSeek Harness · Remote control DeepSeek Harness (dsh web) from any phone browser — 100% 全功能 App 级体验:发消息、看工具执行、审批权限、改设置、管凭据,含特权操作,免内网穿透。一条命令安装 npx @mrrisega/dsh-remote。Mobile remote control for DSH, self-host or SaaS, no server needed on LAN.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"deepseek-harness",
|
|
7
|
+
"dsh",
|
|
8
|
+
"dsh-plugin",
|
|
9
|
+
"remote-control",
|
|
10
|
+
"mobile",
|
|
11
|
+
"手机远程控制",
|
|
12
|
+
"远程控制",
|
|
13
|
+
"反向代理",
|
|
14
|
+
"pwa",
|
|
15
|
+
"reverse-proxy",
|
|
16
|
+
"self-hosted",
|
|
17
|
+
"phone",
|
|
18
|
+
"web-remote"
|
|
19
|
+
],
|
|
5
20
|
"type": "module",
|
|
6
21
|
"license": "PolyForm-Noncommercial-1.0.0",
|
|
7
22
|
"private": false,
|