@flowingspring/dsh-voco 0.3.10 → 0.3.11
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/README.zh.md +2 -2
- package/lib/client.js +46 -481
- package/lib/client.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,10 +29,10 @@ dsh web
|
|
|
29
29
|
GitHub Releases provide a prebuilt plugin package; no source checkout or pnpm installation is required:
|
|
30
30
|
|
|
31
31
|
```powershell
|
|
32
|
-
dsh plugin --profile web add https://github.com/lgquan/dsh-voco/releases/download/v0.3.
|
|
32
|
+
dsh plugin --profile web add https://github.com/lgquan/dsh-voco/releases/download/v0.3.11/flowingspring-dsh-voco-0.3.11.tgz
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
Release page: [v0.3.
|
|
35
|
+
Release page: [v0.3.11](https://github.com/lgquan/dsh-voco/releases/tag/v0.3.11)
|
|
36
36
|
|
|
37
37
|
## Configure the API key
|
|
38
38
|
|
package/README.zh.md
CHANGED
|
@@ -29,10 +29,10 @@ dsh web
|
|
|
29
29
|
GitHub Release 提供已经构建好的插件包,不需要下载源码或安装 pnpm:
|
|
30
30
|
|
|
31
31
|
```powershell
|
|
32
|
-
dsh plugin --profile web add https://github.com/lgquan/dsh-voco/releases/download/v0.3.
|
|
32
|
+
dsh plugin --profile web add https://github.com/lgquan/dsh-voco/releases/download/v0.3.11/flowingspring-dsh-voco-0.3.11.tgz
|
|
33
33
|
```
|
|
34
34
|
|
|
35
|
-
Release 页面:[v0.3.
|
|
35
|
+
Release 页面:[v0.3.11](https://github.com/lgquan/dsh-voco/releases/tag/v0.3.11)
|
|
36
36
|
|
|
37
37
|
## 配置 API Key
|
|
38
38
|
|