chiral-pulse 1.3.0 → 1.3.3
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 +10 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,6 +10,8 @@ Death Stranding 皮肤 + BB 生命体征监护仪,挂在 [DeepSeek Harness](http
|
|
|
10
10
|
|
|
11
11
|

|
|
12
12
|
|
|
13
|
+
> 如果你是本地源码运行 DSH(`pnpm dsh web`),下面所有命令都把开头 `dsh` 替换成 `pnpm dsh` 执行。
|
|
14
|
+
|
|
13
15
|
## 安装
|
|
14
16
|
|
|
15
17
|
发布版(推荐):
|
|
@@ -38,7 +40,14 @@ New-Item -ItemType Junction -Path "$env:USERPROFILE\.dsh\profiles\web\node_modul
|
|
|
38
40
|
|
|
39
41
|
用户 patch 层热加载:无需重启 `dsh web`,刷新浏览器页面即可生效。
|
|
40
42
|
|
|
41
|
-
|
|
43
|
+
|
|
44
|
+
## 更新
|
|
45
|
+
|
|
46
|
+
```sh
|
|
47
|
+
dsh plugin --profile web update chiral-pulse
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
## 卸载
|
|
42
51
|
|
|
43
52
|
```sh
|
|
44
53
|
dsh plugin --profile web remove chiral-pulse
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chiral-pulse",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.3",
|
|
4
4
|
"description": "CHIRAL PULSE - a Death Stranding-styled BB pod vital-signs monitor for the DeepSeek Harness web UI: the session's heartbeat waveform is the hero, and the pulse reacts to real agent activity.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dsh",
|
|
@@ -72,4 +72,4 @@
|
|
|
72
72
|
"typescript": "^6.0.3"
|
|
73
73
|
},
|
|
74
74
|
"license": "MIT"
|
|
75
|
-
}
|
|
75
|
+
}
|