dsh-pocket 1.4.7 → 1.4.8
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 +5 -0
- package/README.md +5 -0
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
10
|
<a href="https://www.npmjs.com/package/dsh-pocket"><img alt="npm" src="https://img.shields.io/npm/v/dsh-pocket?color=4d6bfe&label=npm"></a>
|
|
11
|
+
<a href="https://www.npmjs.com/package/dsh-pocket"><img alt="downloads" src="https://img.shields.io/npm/dm/dsh-pocket?color=4d6bfe"></a>
|
|
11
12
|
<a href="https://github.com/shaobeichen/dsh-pocket/actions"><img alt="CI" src="https://github.com/shaobeichen/dsh-pocket/actions/workflows/npm-publish.yml/badge.svg"></a>
|
|
12
13
|
<a href="LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/license-GPL--2.0-red.svg"></a>
|
|
13
14
|
<a href="https://github.com/shaobeichen/dsh-pocket/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/shaobeichen/dsh-pocket"></a>
|
|
@@ -16,6 +17,10 @@
|
|
|
16
17
|
|
|
17
18
|
> Put **DeepSeek Harness in your pocket**: one package, one settings tab — scan a QR code and your phone shows exactly what's on your computer screen, live, from anywhere.
|
|
18
19
|
|
|
20
|
+
<p align="center">
|
|
21
|
+
⭐ A Star would make the author's day · <a href="https://github.com/shaobeichen/dsh-pocket">Here, take one</a>
|
|
22
|
+
</p>
|
|
23
|
+
|
|
19
24
|
## What is this
|
|
20
25
|
|
|
21
26
|
**You want to use DeepSeek Harness on your computer, even when you're not at the computer.**
|
package/README.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
10
|
<a href="https://www.npmjs.com/package/dsh-pocket"><img alt="npm" src="https://img.shields.io/npm/v/dsh-pocket?color=4d6bfe&label=npm"></a>
|
|
11
|
+
<a href="https://www.npmjs.com/package/dsh-pocket"><img alt="downloads" src="https://img.shields.io/npm/dm/dsh-pocket?color=4d6bfe"></a>
|
|
11
12
|
<a href="https://github.com/shaobeichen/dsh-pocket/actions"><img alt="CI" src="https://github.com/shaobeichen/dsh-pocket/actions/workflows/npm-publish.yml/badge.svg"></a>
|
|
12
13
|
<a href="LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/license-GPL--2.0-red.svg"></a>
|
|
13
14
|
<a href="https://github.com/shaobeichen/dsh-pocket/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/shaobeichen/dsh-pocket"></a>
|
|
@@ -16,6 +17,10 @@
|
|
|
16
17
|
|
|
17
18
|
> 把 **DeepSeek Harness 装进你的口袋**:一个包、一个设置页,手机扫二维码就实时看到电脑上的同一个界面——人在外面也能用。
|
|
18
19
|
|
|
20
|
+
<p align="center">
|
|
21
|
+
⭐ 顺手留颗 Star,作者能高兴一整天 · <a href="https://github.com/shaobeichen/dsh-pocket">行,给你一颗 Star</a>
|
|
22
|
+
</p>
|
|
23
|
+
|
|
19
24
|
## 这是什么
|
|
20
25
|
|
|
21
26
|
**你不在电脑前,也想用电脑上的 DeepSeek Harness。**
|
package/package.json
CHANGED