@kesike/dsh-exit 0.2.2 → 0.2.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 +11 -10
- package/README.zh-CN.md +11 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://npmjs.com/package/@deepseek-ai/dsh)
|
|
8
8
|
[](https://www.npmjs.com/package/@kesike/dsh-exit)
|
|
9
9
|
[](https://github.com/KeS1Ke/dsh-exit)
|
|
10
|
-
[](package.json)
|
|
11
11
|
[](package.json)
|
|
12
12
|
|
|
13
13
|
[简体中文](https://github.com/KeS1Ke/dsh-exit/blob/main/README.zh-CN.md)
|
|
@@ -34,23 +34,23 @@
|
|
|
34
34
|
The animation, video, and screenshot below are repository showcase assets. They stay in GitHub for documentation and are intentionally excluded from the npm package.
|
|
35
35
|
|
|
36
36
|
<p align="center">
|
|
37
|
-
<img src="docs/dsh-exit-landscape.webp" alt="Landscape animated dsh-exit flow generated by Archify" width="720">
|
|
37
|
+
<img src="https://raw.githubusercontent.com/KeS1Ke/dsh-exit/main/docs/dsh-exit-landscape.webp" alt="Landscape animated dsh-exit flow generated by Archify" width="720">
|
|
38
38
|
</p>
|
|
39
39
|
|
|
40
40
|
<p align="center">
|
|
41
|
-
<video controls muted loop playsinline width="720" poster="docs/dsh-exit-landscape.webp">
|
|
42
|
-
<source src="docs/dsh-exit-landscape.mp4" type="video/mp4">
|
|
43
|
-
<source src="docs/dsh-exit-landscape.webm" type="video/webm">
|
|
41
|
+
<video controls muted loop playsinline width="720" poster="https://raw.githubusercontent.com/KeS1Ke/dsh-exit/main/docs/dsh-exit-landscape.webp">
|
|
42
|
+
<source src="https://raw.githubusercontent.com/KeS1Ke/dsh-exit/main/docs/dsh-exit-landscape.mp4" type="video/mp4">
|
|
43
|
+
<source src="https://raw.githubusercontent.com/KeS1Ke/dsh-exit/main/docs/dsh-exit-landscape.webm" type="video/webm">
|
|
44
44
|
<a href="https://github.com/KeS1Ke/dsh-exit/blob/main/docs/dsh-exit-landscape.mp4">Download the exit-flow video</a>
|
|
45
45
|
</video>
|
|
46
46
|
</p>
|
|
47
47
|
|
|
48
48
|
## 📸 Real dsh UI
|
|
49
49
|
|
|
50
|
-
The capture below
|
|
50
|
+
The capture below is a current dsh settings view with `dsh-exit` installed. The red **Exit** entry is the plugin's real navigation item at the bottom of the settings list.
|
|
51
51
|
|
|
52
52
|
<p align="center">
|
|
53
|
-
<img src="docs/dsh-exit-real.png" alt="Running dsh Web UI with the dsh-exit
|
|
53
|
+
<img src="https://raw.githubusercontent.com/KeS1Ke/dsh-exit/main/docs/dsh-exit-real.png" alt="Running dsh Web UI with the dsh-exit Exit entry at the bottom of Settings navigation" width="720">
|
|
54
54
|
</p>
|
|
55
55
|
|
|
56
56
|
## 🧱 npm package contents
|
|
@@ -68,6 +68,7 @@ The npm package contains only the four core runtime files above plus package met
|
|
|
68
68
|
| --- | --- |
|
|
69
69
|
| Animated WebP | [`docs/dsh-exit-landscape.webp`](https://github.com/KeS1Ke/dsh-exit/blob/main/docs/dsh-exit-landscape.webp) |
|
|
70
70
|
| MP4 / WebM video | [`docs/dsh-exit-landscape.mp4`](https://github.com/KeS1Ke/dsh-exit/blob/main/docs/dsh-exit-landscape.mp4) · [`docs/dsh-exit-landscape.webm`](https://github.com/KeS1Ke/dsh-exit/blob/main/docs/dsh-exit-landscape.webm) |
|
|
71
|
+
| Archify source | [`docs/exit-flow-landscape.html`](https://github.com/KeS1Ke/dsh-exit/blob/main/docs/exit-flow-landscape.html) · [`docs/exit-flow-landscape.workflow.json`](https://github.com/KeS1Ke/dsh-exit/blob/main/docs/exit-flow-landscape.workflow.json) |
|
|
71
72
|
| Real UI capture | [`docs/dsh-exit-real.png`](https://github.com/KeS1Ke/dsh-exit/blob/main/docs/dsh-exit-real.png) |
|
|
72
73
|
|
|
73
74
|
|
|
@@ -90,7 +91,7 @@ dsh plugin --profile web remove @kesike/dsh-exit
|
|
|
90
91
|
|
|
91
92
|
| Interaction | Result |
|
|
92
93
|
| --- | --- |
|
|
93
|
-
| Click the
|
|
94
|
+
| Click the red **Exit** item at the bottom of Settings navigation | Opens the exit section and confirmation action. |
|
|
94
95
|
| Click **Cancel**, press **Esc**, or click outside | Closes the modal without changing the host. |
|
|
95
96
|
| Click **Confirm exit** | Disables duplicate actions and invokes the host Remote method. |
|
|
96
97
|
| Remote call fails | Restores the controls and shows an inline error message. |
|
|
@@ -122,10 +123,10 @@ node --check lib/client.js
|
|
|
122
123
|
|
|
123
124
|
- **Target:** DeepSeek Harness web profile
|
|
124
125
|
- **Install mode:** npm package
|
|
125
|
-
- **Surface:**
|
|
126
|
+
- **Surface:** final section in the Settings navigation
|
|
126
127
|
- **Action:** terminate the dsh host process
|
|
127
128
|
- **Runtime port:** read from the current dsh Web address in the settings page
|
|
128
|
-
- **Repository topics:** `dsh` · `deepseek-harness` · `plugin` · `javascript` · `web`
|
|
129
|
+
- **Repository topics:** `dsh` · `deepseek-harness` · `dsh-plugin` · `plugin` · `javascript` · `web`
|
|
129
130
|
|
|
130
131
|
The power icon comes from [Lucide](https://lucide.dev/icons/power) and is used under its ISC license.
|
|
131
132
|
|
package/README.zh-CN.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://npmjs.com/package/@deepseek-ai/dsh)
|
|
8
8
|
[](https://www.npmjs.com/package/@kesike/dsh-exit)
|
|
9
9
|
[](https://github.com/KeS1Ke/dsh-exit)
|
|
10
|
-
[](package.json)
|
|
11
11
|
[](package.json)
|
|
12
12
|
|
|
13
13
|
**简体中文** | [English](https://github.com/KeS1Ke/dsh-exit/blob/main/README.md)
|
|
@@ -34,23 +34,23 @@
|
|
|
34
34
|
下面的动画、视频和截图是仓库专用展示素材,保留在 GitHub 用于文档展示,并明确排除在 npm 包之外。
|
|
35
35
|
|
|
36
36
|
<p align="center">
|
|
37
|
-
<img src="docs/dsh-exit-landscape.webp" alt="由 Archify 生成的横版 dsh-exit 动态流程图" width="720">
|
|
37
|
+
<img src="https://raw.githubusercontent.com/KeS1Ke/dsh-exit/main/docs/dsh-exit-landscape.webp" alt="由 Archify 生成的横版 dsh-exit 动态流程图" width="720">
|
|
38
38
|
</p>
|
|
39
39
|
|
|
40
40
|
<p align="center">
|
|
41
|
-
<video controls muted loop playsinline width="720" poster="docs/dsh-exit-landscape.webp">
|
|
42
|
-
<source src="docs/dsh-exit-landscape.mp4" type="video/mp4">
|
|
43
|
-
<source src="docs/dsh-exit-landscape.webm" type="video/webm">
|
|
41
|
+
<video controls muted loop playsinline width="720" poster="https://raw.githubusercontent.com/KeS1Ke/dsh-exit/main/docs/dsh-exit-landscape.webp">
|
|
42
|
+
<source src="https://raw.githubusercontent.com/KeS1Ke/dsh-exit/main/docs/dsh-exit-landscape.mp4" type="video/mp4">
|
|
43
|
+
<source src="https://raw.githubusercontent.com/KeS1Ke/dsh-exit/main/docs/dsh-exit-landscape.webm" type="video/webm">
|
|
44
44
|
<a href="https://github.com/KeS1Ke/dsh-exit/blob/main/docs/dsh-exit-landscape.mp4">下载退出流程视频</a>
|
|
45
45
|
</video>
|
|
46
46
|
</p>
|
|
47
47
|
|
|
48
48
|
## 📸 真实 dsh 界面
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
下图是已经安装 `dsh-exit` 的真实 dsh 设置界面;红色的**退出**就是设置左侧列表底部的插件导航项。
|
|
51
51
|
|
|
52
52
|
<p align="center">
|
|
53
|
-
<img src="docs/dsh-exit-real.png" alt="运行中的 dsh Web
|
|
53
|
+
<img src="https://raw.githubusercontent.com/KeS1Ke/dsh-exit/main/docs/dsh-exit-real.png" alt="运行中的 dsh Web 设置界面与底部的 dsh-exit 退出栏目" width="720">
|
|
54
54
|
</p>
|
|
55
55
|
|
|
56
56
|
## 🧱 npm 包内容
|
|
@@ -68,6 +68,7 @@ npm 包只包含上面四个核心运行文件、包元数据和 README;GitHub
|
|
|
68
68
|
| --- | --- |
|
|
69
69
|
| 动画 WebP | [`docs/dsh-exit-landscape.webp`](https://github.com/KeS1Ke/dsh-exit/blob/main/docs/dsh-exit-landscape.webp) |
|
|
70
70
|
| MP4 / WebM 视频 | [`docs/dsh-exit-landscape.mp4`](https://github.com/KeS1Ke/dsh-exit/blob/main/docs/dsh-exit-landscape.mp4) · [`docs/dsh-exit-landscape.webm`](https://github.com/KeS1Ke/dsh-exit/blob/main/docs/dsh-exit-landscape.webm) |
|
|
71
|
+
| Archify 源文件 | [`docs/exit-flow-landscape.html`](https://github.com/KeS1Ke/dsh-exit/blob/main/docs/exit-flow-landscape.html) · [`docs/exit-flow-landscape.workflow.json`](https://github.com/KeS1Ke/dsh-exit/blob/main/docs/exit-flow-landscape.workflow.json) |
|
|
71
72
|
| 真实界面截图 | [`docs/dsh-exit-real.png`](https://github.com/KeS1Ke/dsh-exit/blob/main/docs/dsh-exit-real.png) |
|
|
72
73
|
|
|
73
74
|
|
|
@@ -90,7 +91,7 @@ dsh plugin --profile web remove @kesike/dsh-exit
|
|
|
90
91
|
|
|
91
92
|
| 操作 | 结果 |
|
|
92
93
|
| --- | --- |
|
|
93
|
-
|
|
|
94
|
+
| 点击设置左侧列表底部的红色**退出**栏目 | 打开退出栏目和确认操作。 |
|
|
94
95
|
| 点击**取消**、按 `Esc` 或点击弹窗外部 | 关闭弹窗,不改变宿主状态。 |
|
|
95
96
|
| 点击**确认退出** | 禁用重复操作并调用宿主 Remote 方法。 |
|
|
96
97
|
| Remote 调用失败 | 恢复控件并显示行内错误信息。 |
|
|
@@ -122,10 +123,10 @@ node --check lib/client.js
|
|
|
122
123
|
|
|
123
124
|
- **目标:** DeepSeek Harness Web profile
|
|
124
125
|
- **安装方式:** npm 包
|
|
125
|
-
- **界面位置:**
|
|
126
|
+
- **界面位置:** 设置左侧导航的最后一栏
|
|
126
127
|
- **执行动作:** 结束 dsh 宿主进程
|
|
127
128
|
- **运行端口:** 从设置页当前 dsh Web 地址动态读取
|
|
128
|
-
- **仓库主题:** `dsh` · `deepseek-harness` · `plugin` · `javascript` · `web`
|
|
129
|
+
- **仓库主题:** `dsh` · `deepseek-harness` · `dsh-plugin` · `plugin` · `javascript` · `web`
|
|
129
130
|
|
|
130
131
|
电源图标来自 [Lucide](https://lucide.dev/icons/power),遵循其 ISC 许可使用。
|
|
131
132
|
|