Skip to content

Commit

Permalink
feat: docs 增加编辑器插件的文档
Browse files Browse the repository at this point in the history
  • Loading branch information
dogodo-cc committed Nov 29, 2024
1 parent 6c4f8e4 commit 1082be9
Show file tree
Hide file tree
Showing 10 changed files with 3,883 additions and 3,907 deletions.
6 changes: 3 additions & 3 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#registry=https://registry.npmmirror.com
registry=https://registry.npmjs.org
@cocos-fe:registry=https://registry.npmjs.org
registry=https://registry.npmmirror.com
# registry=https://registry.npmjs.org
# @cocos-fe:registry=https://registry.npmjs.org
@editor:registry=http://creator-npm.cocos.org:7001/

electron_mirror=https://npmmirror.com/mirrors/electron/
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ cocos creator FE team [官网](https://cocos-creator.github.io/fe-team/)

[@cocos-fe/eslint-config](https://www.npmjs.com/package/@cocos-fe/eslint-config)

## 构建插件
## vite 插件

[@cocos-fe/hello-build](https://www.npmjs.com/package/@cocos-fe/hello-build)
[@cocos-fe/vite-plugin-cocos-panel](https://www.npmjs.com/package/@cocos-fe/vite-plugin-cocos-panel)

## 创建 creator 插件

[create-cocos-plugin](https://www.npmjs.com/package/create-cocos-plugin)

## Electron-Badge

[@cocos-fe/electron-badge](https://www.npmjs.com/package/@cocos-fe/electron-badge)
7,128 changes: 3,233 additions & 3,895 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions projects/document/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function getArticleSidebar() {
text: '文档',
items: [
{ text: 'cocos creator', link: '/docs/cocos-creator/' },
{ text: '开发 creator 插件', link: '/docs/create-cocos-plugin/index.md' },
{ text: '解压 zip', link: '/docs/unzip/index.md' },
],
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1082be9

Please sign in to comment.