dsh-pocket 1.0.11 → 1.0.12

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.en.md CHANGED
@@ -28,6 +28,12 @@ That's what DSH Pocket does: **install it, scan a QR code, and your phone shows
28
28
 
29
29
  > One-liner: `dsh web` only allows local access by default; DSH Pocket puts a proxy in front of it that safely bridges your phone (see [How it works](#-how-it-works)).
30
30
 
31
+ What it looks like — the phone shows the exact same UI as your computer, live:
32
+
33
+ <p align="center">
34
+ <img src="docs/interface.jpg" alt="DSH UI on the phone" width="100%">
35
+ </p>
36
+
31
37
  ## ✨ Features
32
38
 
33
39
  | Feature | Description |
package/README.md CHANGED
@@ -28,6 +28,12 @@ DSH Pocket 就是干这个的:**装上它,手机扫个码,就能实时看
28
28
 
29
29
  > 原理一句话:`dsh web` 默认只允许本机访问,DSH Pocket 在它前面加一层代理,把手机访问安全地接入(详见[「原理」](#-原理))。
30
30
 
31
+ 实际效果——手机上的界面就是电脑上的界面,实时同步:
32
+
33
+ <p align="center">
34
+ <img src="docs/interface.jpg" alt="手机上的 DSH 界面" width="100%">
35
+ </p>
36
+
31
37
  ## ✨ 特性
32
38
 
33
39
  | 特性 | 说明 |
package/package.json CHANGED
@@ -77,5 +77,5 @@
77
77
  "access": "public",
78
78
  "registry": "https://registry.npmjs.org/"
79
79
  },
80
- "version": "1.0.11"
80
+ "version": "1.0.12"
81
81
  }