dsh-remote-web 0.5.0

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/package.json ADDED
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "dsh-remote-web",
3
+ "version": "0.5.0",
4
+ "description": "公网远程控制 DeepSeek Harness(dsh web):安装即得专属加密地址,人在外面也能用手机访问电脑上的 dsh——无需同一局域网/WiFi、无需公网 IP 与内网穿透,全程加密;手机端 100% 还原电脑体验(对话/工具/审批/设置)。技术用户可选自建服务,流量走自己的服务器。Remote control DeepSeek Harness (dsh web) from anywhere over the public internet — install, get an encrypted URL, use it from your phone on any network (dual-half cordis plugin: Settings panel + same-origin /dsh-remote routes). (2026-09 由 dsh-remote-ui 更名 / renamed from dsh-remote-ui; dsh-remote 的 dsh web 插件半,不是纯 UI/皮肤插件)",
5
+ "type": "module",
6
+ "main": "lib/index.js",
7
+ "exports": {
8
+ ".": {
9
+ "default": "./lib/index.js"
10
+ },
11
+ "./client": {
12
+ "default": "./lib/client.js"
13
+ },
14
+ "./package.json": "./package.json"
15
+ },
16
+ "files": [
17
+ "lib",
18
+ "cordis.patch.yml",
19
+ "screenshots.json",
20
+ "README.md"
21
+ ],
22
+ "dsh": {
23
+ "bundle": {
24
+ "patch": "./cordis.patch.yml"
25
+ },
26
+ "client": {
27
+ "platform": "web",
28
+ "inject": [
29
+ "@deepseek-ai/dsh-client-runtime"
30
+ ]
31
+ }
32
+ },
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "git+https://github.com/mrRisega/dsh-remote.git",
36
+ "directory": "packages/dsh-remote-web"
37
+ },
38
+ "bugs": {
39
+ "url": "https://github.com/mrRisega/dsh-remote/issues"
40
+ },
41
+ "homepage": "https://github.com/mrRisega/dsh-remote/tree/main/packages/dsh-remote-web#readme",
42
+ "license": "PolyForm-Noncommercial-1.0.0"
43
+ }
@@ -0,0 +1,5 @@
1
+ [
2
+ "https://raw.githubusercontent.com/mrRisega/dsh-remote/main/image/phone-mirror.png",
3
+ "https://raw.githubusercontent.com/mrRisega/dsh-remote/main/image/phone-devices.png",
4
+ "https://raw.githubusercontent.com/mrRisega/dsh-remote/main/image/selfhost-settings.png"
5
+ ]