From 882e361801a269b1be6d13266b6c7a307711aca4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=A4=E5=82=B2?= <9068149@qq.com>
Date: Thu, 3 Aug 2023 08:48:54 +0000
Subject: [PATCH] update README.md.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: 孤傲 <9068149@qq.com>
---
README.md | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index b9924b6..1d75ae4 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,7 @@
## 介绍
-该分支是基于 vue3.x 可视化拖拽编辑,页面生成工具。提升前端开发效率,可集成至移动端项目作为通过定义 JSON 直接生成 UI 界面。
-
-该分支使用了element-plus + vant3 组件库
+基于 vue3.x 可视化拖拽编辑,页面生成工具。提升前端开发效率,可集成至移动端项目作为通过定义 JSON 直接生成 UI 界面。
文档地址:[https://was666.gitee.io/as-editor-doc](https://was666.gitee.io/as-editor-doc)
@@ -51,11 +49,19 @@ src / utils / componentProperties.js // 组件数据
}
```
-#### 扩展项目
+#### 官方生态
-AS-Editor-H5:[https://gitee.com/was666/as-editor-h5.git](https://gitee.com/was666/as-editor-h5.git)
+| 项目 | 描述 |
+| --- | --- |
+| [AS-Editor
Vue2版](https://gitee.com/was666/as-editor) | 基于 Vue2 的 AS-Editor |
+| [AS-Editor
Vue3版](https://gitee.com/was666/as-editor/tree/vue3.x/) | 基于 Vue3 的 AS-Editor |
+| [AS-Editor-H5](https://gitee.com/was666/as-editor-h5) | AS-Editor-H5 是移动端 Vue 模版,可以通过定义的 JSON 生成 Vue 页面 |
-AS-Editor-H5 是移动端 vue 模版,可以通过定义的 JSON 生成 vue 页面
+#### 感谢捐赠
+
+| [](https://gitee.com/cfxp) | [](https://gitee.com/york8888_admin) | [](https://gitee.com/hackchen) | [](https://gitee.com/fdfgasdvdxz) | [](https://gitee.com/xu-zhongjie) |[](https://gitee.com/mars728) |
+| :-: | :-: | :-: | :-: | :-: | :-: |
+| [有育哥](https://gitee.com/cfxp) | [邓跃辉](https://gitee.com/york8888_admin) |[hackchen](https://gitee.com/hackchen) | [狼牙](https://gitee.com/fdfgasdvdxz) | [许中杰](https://gitee.com/xu-zhongjie) |[RainbowParadise](https://gitee.com/mars728) |
#### 参与贡献