@temsmie/dsh-tool-keymouse 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -42,7 +42,7 @@ helper 已 **DPI-aware**:`GetSystemMetrics`、截图、`mouse_move` 全部统
42
42
  本地目录方式(开发/内网):
43
43
 
44
44
  ```
45
- dsh plugin --profile <name> add D:\AI_production\dsh-keymouse
45
+ dsh plugin --profile <name> add <path-to-dsh-keymouse>
46
46
  ```
47
47
 
48
48
  npm 方式(发布后):
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@temsmie/dsh-tool-keymouse",
3
3
  "description": "Windows key/mouse/screenshot/window automation (SendInput over a persistent helper) for the DeepSeek Harness",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },