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 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.7/jacky-creator-0.1.0-beta.7.tgz
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
@@ -1,5 +1,3 @@
1
- - id: ui-sidebar
2
- disabled: true
3
1
  - insert:
4
2
  - id: jacky-creator
5
3
  name: jacky-creator
@@ -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.7/jacky-creator-0.1.0-beta.7.tgz
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` 或其他明确失败提示时,才需要提交日志排查。