@lenorin/dsh-tauri-launcher 1.0.2 → 1.0.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.en.md CHANGED
@@ -108,7 +108,7 @@ dsh plugin --profile web add github:cilis/dsh-tauri-launcher
108
108
 
109
109
  # 3) Local checkout / tarball
110
110
  dsh plugin --profile web add ./dsh-tauri-launcher
111
- dsh plugin --profile web add ./dsh-tauri-launcher-1.0.1.tgz
111
+ dsh plugin --profile web add ./dsh-tauri-launcher-1.0.3.tgz
112
112
  ```
113
113
 
114
114
  > If you have multiple profiles, replace `web` in the commands with the target profile name.
package/README.md CHANGED
@@ -103,7 +103,7 @@ dsh plugin --profile web add github:cilis/dsh-tauri-launcher
103
103
 
104
104
  # 3) 本地 checkout / tarball
105
105
  dsh plugin --profile web add ./dsh-tauri-launcher
106
- dsh plugin --profile web add ./dsh-tauri-launcher-1.0.1.tgz
106
+ dsh plugin --profile web add ./dsh-tauri-launcher-1.0.3.tgz
107
107
  ```
108
108
 
109
109
  > 如果你有多个 profile,把命令里的 `web` 换成目标 profile 名即可。
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lenorin/dsh-tauri-launcher",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "DSH Web 插件:基于 Tauri 2 的 DeepSeek Harness 桌面启动器,自动联动桌面快捷方式,exe 路径与探测窗口可配置。",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",