diff --git a/packages/designer/jest.config.js b/packages/designer/jest.config.js
index 47c4472c5..807f8eceb 100644
--- a/packages/designer/jest.config.js
+++ b/packages/designer/jest.config.js
@@ -31,6 +31,7 @@ const jestConfig = {
'!src/builtin-simulator/live-editing/live-editing.ts',
'!src/designer/offset-observer.ts',
'!src/designer/clipboard.ts',
+ '!src/builtin-simulator/host.ts',
'!**/node_modules/**',
'!**/vendor/**',
],
diff --git a/packages/engine/README.md b/packages/engine/README.md
index b442ff582..775cb5594 100644
--- a/packages/engine/README.md
+++ b/packages/engine/README.md
@@ -8,7 +8,7 @@
-An enterprise-class low-code technology stack for scale-out design
+An enterprise-class low-code technology stack with scale-out design
[![NPM version][npm-image]][npm-url] [![NPM downloads][download-image]][download-url]
@@ -141,11 +141,11 @@ $ npm start
>
> 📢 node version limited to 14
>
-> 📢 Windows environment must use [WSL](https://docs.microsoft.com/zh-cn/windows/wsl/install), other terminals are not guaranteed to work normally
+> 📢 Windows environment must use [WSL](https://docs.microsoft.com/en-us/windows/wsl/install), other terminals are not guaranteed to work normally
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).
-## 🤝 Participate in co-construction
+## 🤝 Participation
Please read first:
1. [How to configure the engine debugging environment? ](https://www.yuque.com/lce/doc/glz0fx)
@@ -153,3 +153,6 @@ Please read first:
3. [Engineering Configuration of Engine](https://www.yuque.com/lce/doc/gxwqg6)
> 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))
+
+About Pull Request:
+- set the target branch to **develop** other than **main**
\ No newline at end of file
diff --git a/packages/types/package.json b/packages/types/package.json
index a71326e20..07e3b9151 100644
--- a/packages/types/package.json
+++ b/packages/types/package.json
@@ -13,7 +13,7 @@
},
"dependencies": {
"@alilc/lowcode-datasource-types": "^1.0.0",
- "react": "^16.9 || ^17",
+ "react": "^16.9",
"strict-event-emitter-types": "^2.0.0"
},
"devDependencies": {