@telosmaylx/dsh-session-notify 0.1.1 → 0.1.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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,14 +46,14 @@ npm install @telosmaylx/dsh-session-notify
|
|
|
46
46
|
|
|
47
47
|
## 安装
|
|
48
48
|
|
|
49
|
-
### 方式一:GitHub
|
|
49
|
+
### 方式一:GitHub 仓库
|
|
50
50
|
|
|
51
51
|
```bash
|
|
52
52
|
# 在 Web GUI 会话中执行
|
|
53
53
|
dev_install_package github=TelosmaYLX/dsh-session-notify # 或 dsh plugin add github:TelosmaYLX/dsh-session-notify
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
-
### 方式二:npm
|
|
56
|
+
### 方式二:npm 包
|
|
57
57
|
|
|
58
58
|
```bash
|
|
59
59
|
npm install @telosmaylx/dsh-session-notify # 或从 npm 下载 tgz 解压
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telosmaylx/dsh-session-notify",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "DSH session completion notifier: appends a plugin system message to the session log on turn/end and pushes browser notifications (Web Notification + toast), with a fully customizable official settings panel (presets, 5-language templates, cache-hit rate & tok/s from official projections).",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|