diff --git a/README.md b/README.md index f3e4975b..6b76d4db 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@

- Apache-2.0 - - GitHub issues + Apache-2.0 + + GitHub issues - Github Stars + Github Stars

Sunmao is a front-end low-code framework. Through Sunmao, you can easily encapsulate any front-end UI components into low-code component libraries, so as to build your own low-code UI development platform, making front-end development as tight as Sunmao. diff --git a/docs/en/what-is-sunmao.md b/docs/en/what-is-sunmao.md index 0d29142c..1fa0f628 100644 --- a/docs/en/what-is-sunmao.md +++ b/docs/en/what-is-sunmao.md @@ -135,7 +135,7 @@ We believe that providing props like `dataUrl`, `hidden`, or `handlers` to every Sunmao's GUI editor will read all of the components' specs and generate a form based on its JSON schema description. -If some of the form widgets require extensive customization, component developers can implement their own widgets and allow specific components to use them. A detailed design of the customized widgets can be found [here](https://github.com/webzard-io/Sunmao/issues/313). +If some of the form widgets require extensive customization, component developers can implement their own widgets and allow specific components to use them. A detailed design of the customized widgets can be found [here](https://github.com/smartxworks/sunmao-ui/issues/313). ## Sunmao is open diff --git a/docs/zh/README.md b/docs/zh/README.md index b6203f18..48da0482 100644 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -6,11 +6,11 @@

- Apache-2.0 License - - GitHub issues + Apache-2.0 License + + GitHub issues - Github Stars + Github Stars

Sunmao 是一个前端低代码框架。通过 Sunmao,您可以轻松将各种前端 UI 组件库和自己开发的前端组件,封装成低代码组件库,从而搭建您自己的低代码 UI 开发工具,使前端开发变得如榫卯般严丝合缝。 diff --git a/docs/zh/what-is-sunmao.md b/docs/zh/what-is-sunmao.md index 3033249e..24010048 100644 --- a/docs/zh/what-is-sunmao.md +++ b/docs/zh/what-is-sunmao.md @@ -133,7 +133,7 @@ Web UI 开发已经相当成熟,所以 Sunmao 只是在此基础之上增加 Sunmao 的可视化编辑器读取所有组件的规范并基于其定义的 JSON schema 自动生成表单。 -如果一部分表单需要定制,组件开发者可以实现自定义的编辑器 widget。关于扩展可视化编辑器的设计可以进一步阅读这一[设计文档](https://github.com/webzard-io/Sunmao/issues/313)。 +如果一部分表单需要定制,组件开发者可以实现自定义的编辑器 widget。关于扩展可视化编辑器的设计可以进一步阅读这一[设计文档](https://github.com/smartxworks/sunmao-ui/issues/313)。 ## 保持开放 diff --git a/packages/arco-lib/package.json b/packages/arco-lib/package.json index 9bdda919..bc4365a7 100644 --- a/packages/arco-lib/package.json +++ b/packages/arco-lib/package.json @@ -1,14 +1,14 @@ { "name": "@sunmao-ui/arco-lib", "version": "0.3.1", - "homepage": "https://github.com/webzard-io/sunmao-ui-arco-lib", + "homepage": "https://github.com/smartxworks/sunmao-ui-arco-lib", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "repository": { "type": "git", - "url": "git+https://github.com/webzard-io/sunmao-ui-arco-lib.git" + "url": "git+https://github.com/smartxworks/sunmao-ui-arco-lib.git" }, "main": "dist/index.js", "module": "dist/esm/index.js", diff --git a/packages/chakra-ui-lib/package.json b/packages/chakra-ui-lib/package.json index 0017d64d..82cabcbd 100644 --- a/packages/chakra-ui-lib/package.json +++ b/packages/chakra-ui-lib/package.json @@ -3,14 +3,14 @@ "version": "0.5.1", "description": "sunmao-ui chakra-ui library", "author": "sunmao-ui developers", - "homepage": "https://github.com/webzard-io/sunmao-ui#readme", + "homepage": "https://github.com/smartxworks/sunmao-ui#readme", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "repository": { "type": "git", - "url": "git+https://github.com/webzard-io/sunmao-ui.git" + "url": "git+https://github.com/smartxworks/sunmao-ui.git" }, "main": "dist/index.js", "module": "dist/esm/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index 187a79be..b4592e09 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,14 +3,14 @@ "version": "0.7.1", "description": "sunmao-ui core", "author": "sunmao-ui developers", - "homepage": "https://github.com/webzard-io/sunmao-ui#readme", + "homepage": "https://github.com/smartxworks/sunmao-ui#readme", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "repository": { "type": "git", - "url": "git+https://github.com/webzard-io/sunmao-ui.git" + "url": "git+https://github.com/smartxworks/sunmao-ui.git" }, "main": "dist/index.js", "module": "dist/esm/index.js", @@ -29,7 +29,7 @@ "prepublish": "npm run build && npm run typings" }, "bugs": { - "url": "https://github.com/webzard-io/sunmao-ui/issues" + "url": "https://github.com/smartxworks/sunmao-ui/issues" }, "dependencies": { "lodash": "^4.17.21" diff --git a/packages/editor-sdk/package.json b/packages/editor-sdk/package.json index 5ae9b400..05ec17a3 100644 --- a/packages/editor-sdk/package.json +++ b/packages/editor-sdk/package.json @@ -3,7 +3,7 @@ "version": "0.3.1", "description": "The SDK for SunMao Editor", "author": "sunmao-ui developers", - "homepage": "https://github.com/webzard-io/sunmao-ui#readme", + "homepage": "https://github.com/smartxworks/sunmao-ui#readme", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/packages/editor/package.json b/packages/editor/package.json index 5c6398a4..8dd2159d 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -3,7 +3,7 @@ "version": "0.7.1", "description": "sunmao-ui editor", "author": "sunmao-ui developers", - "homepage": "https://github.com/webzard-io/sunmao-ui#readme", + "homepage": "https://github.com/smartxworks/sunmao-ui#readme", "license": "Apache-2.0", "main": "dist/index.js", "module": "dist/esm/index.js", @@ -25,10 +25,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/webzard-io/sunmao-ui.git" + "url": "git+https://github.com/smartxworks/sunmao-ui.git" }, "bugs": { - "url": "https://github.com/webzard-io/sunmao-ui/issues" + "url": "https://github.com/smartxworks/sunmao-ui/issues" }, "dependencies": { "@chakra-ui/icons": "^1.0.15", diff --git a/packages/editor/src/components/EditorMaskWrapper/EditorMask.tsx b/packages/editor/src/components/EditorMaskWrapper/EditorMask.tsx index f3cb82ff..9b8a99f7 100644 --- a/packages/editor/src/components/EditorMaskWrapper/EditorMask.tsx +++ b/packages/editor/src/components/EditorMaskWrapper/EditorMask.tsx @@ -46,7 +46,7 @@ type Props = { }; // Read this pr to understand the coordinates system before you modify this component. -// https://github.com/webzard-io/sunmao-ui/pull/286 +// https://github.com/smartxworks/sunmao-ui/pull/286 export const EditorMask: React.FC = observer((props: Props) => { const { services, mousePosition, wrapperRef, hoverComponentIdRef, dragOverSlotRef } = props; diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 28a7eefa..288b07a7 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -3,14 +3,14 @@ "version": "0.7.1", "description": "sunmao-ui runtime", "author": "sunmao-ui developers", - "homepage": "https://github.com/webzard-io/sunmao-ui#readme", + "homepage": "https://github.com/smartxworks/sunmao-ui#readme", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "repository": { "type": "git", - "url": "git+https://github.com/webzard-io/sunmao-ui.git" + "url": "git+https://github.com/smartxworks/sunmao-ui.git" }, "main": "dist/index.js", "module": "dist/esm/index.js", diff --git a/packages/shared/package.json b/packages/shared/package.json index 19923e9f..13d25847 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -3,7 +3,7 @@ "version": "0.2.1", "description": "The Sunmao shared lib", "author": "sunmao-ui developers", - "homepage": "https://github.com/webzard-io/sunmao-ui#readme", + "homepage": "https://github.com/smartxworks/sunmao-ui#readme", "license": "Apache-2.0", "publishConfig": { "access": "public" diff --git a/packages/vite-plugins/package.json b/packages/vite-plugins/package.json index 7eda1aec..3b0ad666 100644 --- a/packages/vite-plugins/package.json +++ b/packages/vite-plugins/package.json @@ -3,7 +3,7 @@ "version": "1.0.3", "description": "vite plugins for sunmao-ui", "author": "sunmao-ui developers", - "homepage": "https://github.com/webzard-io/sunmao-ui#readme", + "homepage": "https://github.com/smartxworks/sunmao-ui#readme", "license": "Apache-2.0", "publishConfig": { "access": "public" @@ -14,7 +14,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/webzard-io/sunmao-ui.git" + "url": "git+https://github.com/smartxworks/sunmao-ui.git" }, "scripts": {} }