From d14c4eb99576c1cccd2c578b5a7f7adcd548ea88 Mon Sep 17 00:00:00 2001 From: janrywang Date: Fri, 25 Jun 2021 16:54:37 +0800 Subject: [PATCH] docs(readme): add designable antd links --- README.md | 7 ++++++- README.zh-cn.md | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52204c8d8e7..ee9da133346 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ English | [简体中文](./README.zh-cn.md)

- + @@ -18,12 +18,17 @@ In React, the whole tree rendering performance problem of the form is very obvio ## Features +- 🖼 Designable, You can quickly develop forms at low cost through [Form Builder](https://designable-antd.formilyjs.org/). - 🚀 High performance, fields managed independently, rather rerender the whole tree. - 💡 Integrated Alibaba Fusion and Ant Design components are guaranteed to work out of the box. - 🎨 JSON Schema applied for BackEnd. JSchema applied for FrontEnd. Two paradigms can be converted to each other. - 🏅 Side effects are managed independently, making form data linkages easier than ever before. - 🌯 Override most complicated form layout use cases. +## Form Builder + +![https://designable-antd.formilyjs.org/](https://img.alicdn.com/imgextra/i3/O1CN01xAJj1y1wcGzXYc1Uq_!!6000000006328-2-tps-2980-1740.png) + ## WebSite 2.0 diff --git a/README.zh-cn.md b/README.zh-cn.md index 77eed12734e..e1f1ca1cc72 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -2,7 +2,7 @@

- + @@ -18,12 +18,17 @@ ## 特性 +- 🖼 可设计,借助 Form Builder 可以快速搭建表单 - 🚀 高性能,字段分布式渲染,大大减轻 React 渲染压力 - 💡 支持 Ant Design/Fusion Next 组件体系 - 🎨 JSX 标签化写法/JSON Schema 数据驱动方案无缝迁移过渡 - 🏅 副作用逻辑独立管理,涵盖各种复杂联动校验逻辑 - 🌯 支持各种表单复杂布局方案 +## Form Builder + +![https://designable-antd.formilyjs.org/](https://img.alicdn.com/imgextra/i3/O1CN01xAJj1y1wcGzXYc1Uq_!!6000000006328-2-tps-2980-1740.png) + ## 官网 2.0