Skip to content

Commit c5d9198

Browse files
committed
chore: 修复链接地址错误
1 parent 6603434 commit c5d9198

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Lowcode Engine Vue 渲染器及适配器实现,点击查看[在线演示](https://felce.github.io/lowcode-engine-demo/)
44

5-
> PS: 该项目仅包含画布实现,不能直接运行,如果需要本地查看效果请访问 [DEMO](https://github.com/felce/lowcode-engine-demo) 仓库
5+
> PS: 该项目仅包含画布实现,不能直接运行,如果需要本地查看效果请访问 [DEMO](https://github.com/fe-lce/lowcode-engine-demo) 仓库
66
77
## 如何自定义组件
88

@@ -47,7 +47,7 @@ appHelper 暴露给 `this` 的属性都会加上 `$` 前缀,区别于其他属
4747

4848
## Vue 代码编辑器
4949

50-
现已支持 [Vue 代码编辑器 @knxcloud/lowcode-plugin-vue-code-editor](https://github.com/KNXCloud/lowcode-engine-plugins/tree/main/packages/plugin-vue-code-editor),支持情况如下
50+
现已支持 [Vue 代码编辑器 @felce/lowcode-plugin-vue-code-editor](https://github.com/fe-lce/lowcode-engine-plugins/tree/main/packages/plugin-vue-code-editor),支持情况如下
5151

5252
- [x] ESModule
5353
- [x] import (assets 加载的包,可以使用 `import` 语法导入)
@@ -155,13 +155,13 @@ init(document.getElementById('lce'), {
155155
## 本地调试
156156

157157
```bash
158-
git clone git@github.com:felce/lowcode-engine-vue.git
158+
git clone git@github.com:fe-lce/lowcode-engine-vue.git
159159
cd lowcode-engine-vue
160160
pnpm install && pnpm -r build
161161
pnpm start
162162
```
163163

164-
项目启动后,提供了 umd 文件,可以结合 [DEMO](https://github.com/felce/lowcode-engine-demo) 项目做调试,文件代理推荐[XSwitch](https://chrome.google.com/webstore/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg?hl=en-US), 规则参考:
164+
项目启动后,提供了 umd 文件,可以结合 [DEMO](https://github.com/fe-lce/lowcode-engine-demo) 项目做调试,文件代理推荐[XSwitch](https://chrome.google.com/webstore/detail/xswitch/idkjhjggpffolpidfkikidcokdkdaogg?hl=en-US), 规则参考:
165165

166166
```JSON
167167
{

packages/renderer-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
},
4141
"repository": {
4242
"type": "http",
43-
"url": "https://github.com/felce/lowcode-engine-vue/tree/main/packages/utils"
43+
"url": "https://github.com/fe-lce/lowcode-engine-vue/tree/main/packages/utils"
4444
}
4545
}

packages/vue-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
},
5151
"repository": {
5252
"type": "http",
53-
"url": "https://github.com/felce/lowcode-engine-vue/tree/main/packages/vue-renderer"
53+
"url": "https://github.com/fe-lce/lowcode-engine-vue/tree/main/packages/vue-renderer"
5454
}
5555
}

packages/vue-simulator-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
},
4545
"repository": {
4646
"type": "http",
47-
"url": "https://github.com/felce/lowcode-engine-vue/tree/main/packages/vue-simulator-renderer"
47+
"url": "https://github.com/fe-lce/lowcode-engine-vue/tree/main/packages/vue-simulator-renderer"
4848
}
4949
}

0 commit comments

Comments
 (0)