jacky-creator 0.1.0-beta.7 → 0.1.0-beta.8
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 +1 -1
- package/cordis.patch.yml +0 -2
- package/docs/installation.md +1 -1
- package/lib/client.js +3665 -3360
- package/lib/collect-publish.mjs +25 -2
- package/lib/index.js +105 -29
- package/lib/typert.host.js +29 -4
- package/package.json +1 -1
- package/scripts/collect-publish.mjs +25 -2
package/README.md
CHANGED
|
@@ -68,7 +68,7 @@ dsh plugin --profile web add jacky-creator
|
|
|
68
68
|
如果 npm 通道暂时不可用,可以改装同版本的 GitHub Release 成品包:
|
|
69
69
|
|
|
70
70
|
```bash
|
|
71
|
-
dsh plugin --profile web add https://github.com/Jackywxsz/DSH-Creator/releases/download/v0.1.0-beta.
|
|
71
|
+
dsh plugin --profile web add https://github.com/Jackywxsz/DSH-Creator/releases/download/v0.1.0-beta.8/jacky-creator-0.1.0-beta.8.tgz
|
|
72
72
|
```
|
|
73
73
|
|
|
74
74
|
无论使用哪种方式,安装完成后都要彻底退出并重新打开 DSH Desktop。侧边栏左上角出现 **Jacky Creator**,并能进入“内容 / 运营 / 灵感”,即表示安装成功。
|
package/cordis.patch.yml
CHANGED
package/docs/installation.md
CHANGED
|
@@ -27,7 +27,7 @@ dsh plugin --profile web add jacky-creator
|
|
|
27
27
|
如果 npm 通道暂时不可用,可以安装同版本的 GitHub Release 成品包:
|
|
28
28
|
|
|
29
29
|
~~~bash
|
|
30
|
-
dsh plugin --profile web add https://github.com/Jackywxsz/DSH-Creator/releases/download/v0.1.0-beta.
|
|
30
|
+
dsh plugin --profile web add https://github.com/Jackywxsz/DSH-Creator/releases/download/v0.1.0-beta.8/jacky-creator-0.1.0-beta.8.tgz
|
|
31
31
|
~~~
|
|
32
32
|
|
|
33
33
|
如果日志出现 `Issues with peer dependencies found`,先看命令最后是否显示安装完成。只有出现 `dsh: pnpm failed` 或其他明确失败提示时,才需要提交日志排查。
|