Skip to content

Commit adcf1af

Browse files
committed
chore: update README and user test cases
1 parent 1d6af0e commit adcf1af

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

packages/designer/jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ const jestConfig = {
3131
'!src/builtin-simulator/live-editing/live-editing.ts',
3232
'!src/designer/offset-observer.ts',
3333
'!src/designer/clipboard.ts',
34+
'!src/builtin-simulator/host.ts',
3435
'!**/node_modules/**',
3536
'!**/vendor/**',
3637
],

packages/engine/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<div align="center">
1010

11-
An enterprise-class low-code technology stack for scale-out design
11+
An enterprise-class low-code technology stack with scale-out design
1212

1313
[![NPM version][npm-image]][npm-url] [![NPM downloads][download-image]][download-url]
1414

@@ -141,15 +141,18 @@ $ npm start
141141
>
142142
> 📢 node version limited to 14
143143
>
144-
> 📢 Windows environment must use [WSL](https://docs.microsoft.com/zh-cn/windows/wsl/install), other terminals are not guaranteed to work normally
144+
> 📢 Windows environment must use [WSL](https://docs.microsoft.com/en-us/windows/wsl/install), other terminals are not guaranteed to work normally
145145
146146
After lowcode-engine is started, several umd files are provided, which can be debugged in combination with the [lowcode-demo](https://github.com/alibaba/lowcode-demo) project. Refer to the file proxy rules [here](https:/ /www.yuque.com/lce/doc/glz0fx).
147147

148-
## 🤝 Participate in co-construction
148+
## 🤝 Participation
149149

150150
Please read first:
151151
1. [How to configure the engine debugging environment? ](https://www.yuque.com/lce/doc/glz0fx)
152152
2. [About the R&D collaboration process of the engine](https://www.yuque.com/lce/doc/contributing)
153153
3. [Engineering Configuration of Engine](https://www.yuque.com/lce/doc/gxwqg6)
154154

155155
> Strongly recommend reading ["The Wisdom of Asking Questions"](https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way), ["How to Ask Questions to the Open Source Community"](https: //github.com/seajs/seajs/issues/545) and [How to Report Bugs Effectively](http://www.chiark.greenend.org.uk/%7Esgtatham/bugs-cn.html), [ "How to Submit Unanswerable Questions to Open Source Projects"](https://zhuanlan.zhihu.com/p/25795393), better questions are easier to get help. (This paragraph refers to [antd](https://github.com/ant-design/ant-design))
156+
157+
About Pull Request:
158+
- set the target branch to **develop** other than **main**

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@alilc/lowcode-datasource-types": "^1.0.0",
16-
"react": "^16.9 || ^17",
16+
"react": "^16.9",
1717
"strict-event-emitter-types": "^2.0.0"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)