docs(*): replace webzard-io with smartxworks

This commit is contained in:
Bowen Tan 2022-07-13 14:59:19 +08:00
parent 3f94a694e0
commit bf9911f67c
13 changed files with 27 additions and 27 deletions

View File

@ -6,11 +6,11 @@
</div>
<p align="center">
<img alt="Apache-2.0" src="https://img.shields.io/github/license/webzard-io/sunmao-ui"/>
<a href="https://github.com/webzard-io/sunmao-ui/issues">
<img src="https://img.shields.io/github/issues/webzard-io/sunmao-ui" alt="GitHub issues">
<img alt="Apache-2.0" src="https://img.shields.io/github/license/smartxworks/sunmao-ui"/>
<a href="https://github.com/smartxworks/sunmao-ui/issues">
<img src="https://img.shields.io/github/issues/smartxworks/sunmao-ui" alt="GitHub issues">
</a>
<img alt="Github Stars" src="https://badgen.net/github/stars/webzard-io/sunmao-ui" />
<img alt="Github Stars" src="https://badgen.net/github/stars/smartxworks/sunmao-ui" />
</p>
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.

View File

@ -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

View File

@ -6,11 +6,11 @@
</div>
<p align="center">
<img alt="Apache-2.0 License" src="https://img.shields.io/github/license/webzard-io/sunmao-ui"/>
<a href="https://github.com/webzard-io/sunmao-ui/issues">
<img src="https://img.shields.io/github/issues/webzard-io/sunmao-ui" alt="GitHub issues">
<img alt="Apache-2.0 License" src="https://img.shields.io/github/license/smartxworks/sunmao-ui"/>
<a href="https://github.com/smartxworks/sunmao-ui/issues">
<img src="https://img.shields.io/github/issues/smartxworks/sunmao-ui" alt="GitHub issues">
</a>
<img alt="Github Stars" src="https://badgen.net/github/stars/webzard-io/sunmao-ui" />
<img alt="Github Stars" src="https://badgen.net/github/stars/smartxworks/sunmao-ui" />
</p>
Sunmao 是一个前端低代码框架。通过 Sunmao您可以轻松将各种前端 UI 组件库和自己开发的前端组件,封装成低代码组件库,从而搭建您自己的低代码 UI 开发工具,使前端开发变得如榫卯般严丝合缝。

View File

@ -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)。
## 保持开放

View File

@ -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",

View File

@ -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",

View File

@ -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"

View File

@ -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"

View File

@ -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",

View File

@ -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<Props> = observer((props: Props) => {
const { services, mousePosition, wrapperRef, hoverComponentIdRef, dragOverSlotRef } =
props;

View File

@ -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",

View File

@ -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"

View File

@ -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": {}
}