@lenorin/dsh-tauri-launcher 1.0.2 → 1.0.4
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 +1 -1
- package/README.md +1 -1
- package/launcher/bin/dsh-launcher.exe +0 -0
- package/package.json +28 -28
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.
|
|
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.
|
|
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,28 +1,28 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@lenorin/dsh-tauri-launcher",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "DSH Web 插件:基于 Tauri 2 的 DeepSeek Harness 桌面启动器,自动联动桌面快捷方式,exe 路径与探测窗口可配置。",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "lib/index.js",
|
|
7
|
-
"exports": {
|
|
8
|
-
".": "./lib/index.js",
|
|
9
|
-
"./client": "./lib/client.js",
|
|
10
|
-
"./package.json": "./package.json"
|
|
11
|
-
},
|
|
12
|
-
"files": [
|
|
13
|
-
"lib",
|
|
14
|
-
"cordis.patch.yml",
|
|
15
|
-
"launcher/bin",
|
|
16
|
-
"README.md"
|
|
17
|
-
],
|
|
18
|
-
"dsh": {
|
|
19
|
-
"bundle": {
|
|
20
|
-
"patch": "./cordis.patch.yml"
|
|
21
|
-
},
|
|
22
|
-
"client": {
|
|
23
|
-
"inject": [],
|
|
24
|
-
"platform": "web"
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
"license": "MIT"
|
|
28
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@lenorin/dsh-tauri-launcher",
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"description": "DSH Web 插件:基于 Tauri 2 的 DeepSeek Harness 桌面启动器,自动联动桌面快捷方式,exe 路径与探测窗口可配置。",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "lib/index.js",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": "./lib/index.js",
|
|
9
|
+
"./client": "./lib/client.js",
|
|
10
|
+
"./package.json": "./package.json"
|
|
11
|
+
},
|
|
12
|
+
"files": [
|
|
13
|
+
"lib",
|
|
14
|
+
"cordis.patch.yml",
|
|
15
|
+
"launcher/bin",
|
|
16
|
+
"README.md"
|
|
17
|
+
],
|
|
18
|
+
"dsh": {
|
|
19
|
+
"bundle": {
|
|
20
|
+
"patch": "./cordis.patch.yml"
|
|
21
|
+
},
|
|
22
|
+
"client": {
|
|
23
|
+
"inject": [],
|
|
24
|
+
"platform": "web"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"license": "MIT"
|
|
28
|
+
}
|