From 2e993faa74cefca60091794184aba42a3c8fcf81 Mon Sep 17 00:00:00 2001 From: Liberty Date: Mon, 24 Apr 2023 16:51:38 +0800 Subject: [PATCH] Update README.zh-cn.md --- README.zh-cn.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.zh-cn.md b/README.zh-cn.md index 104a6e3..dd532c6 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -1,6 +1,8 @@

Everright-formEditor

+[English](./README.md) | 简体中文 + [![vue](https://img.shields.io/badge/vue-%3E%3D%203-green.svg)](https://vuejs.org/) [![element-plus](https://img.shields.io/badge/element--plus-%3E%3D%202.3.1-green.svg)](https://element-plus.gitee.io/) [![vant](https://img.shields.io/badge/vant-%3E%3D%204.1.1-green.svg)](https://vant-ui.github.io/) @@ -13,7 +15,7 @@ [![axios](https://img.shields.io/badge/axios-%3E%3D%201.3.4-green.svg)](https://github.com/axios/axios) [![signature_pad](https://img.shields.io/badge/signature_pad-%3E%3D%204.1.5-green.svg)](https://github.com/szimek/signature_pad) -[English](./README.md) | 简体中文 +**[中文官网](https://everright.site/zh-cn/module/formEditor/introduction.html)** | **[ENGLISH HOMEPAGE](https://everright.site/en/module/formEditor/introduction.html)** Everright-formEditor是一个免费开源的javascript可视化低代码编辑器,通过gui的界面只需简单的操作即可创建出表单,拥有灵活的交互界面,pc端依赖element-plus,mobile依赖vant,内部有一套适配器,适配element和vant的组件 @@ -29,6 +31,23 @@ Everright-formEditor是一个免费开源的javascript可视化低代码编辑 * 6.字段与布局不分离 * 7.编辑器、预览器和配置面板都可以单独使用 +## 文档 + ++ [Get Started](https://everright.site/zh-cn/module/formEditor/started.html) ++ [Docs](https://everright.site/zh-cn/module/formEditor/doc.html) + +## Examples + ++ [Editor](https://everright.site/demo/editor.html?layoutType=1&isEdit=1&lang=zh-cn) `layoutType1: 字段与布局不分离` ++ [Editor](https://everright.site/demo/editor.html?layoutType=2&isEdit=1&lang=zh-cn) `layoutType2: 字段与布局分离` ++ [Preview](https://everright.site/demo/preview.html?layoutType=1&lang=zh-cn) `layoutType1: 字段与布局不分离` ++ [Preview](https://everright.site/demo/preview.html?layoutType=2&lang=zh-cn) `layoutType2: 字段与布局分离` ++ [Config panel](https://everright.site/demo/formEditorConfig.html?lang=zh-cn) `用于展示和编辑表单字段的各种属性,包括基础信息、类型、布局等等` + +> 组织了一个低代码群,感兴趣的话加我微信,拉你进群,欢迎一块讨论技术。 + + + ## 截图 ### 编辑器