Browse Source

Update README.md

xaboy 6 years ago
parent
commit
3d0707653b
1 changed files with 5 additions and 6 deletions
  1. 5 6
      README.md

+ 5 - 6
README.md

@@ -26,8 +26,6 @@ PHP表单生成器,快速生成现代化的form表单。包含复选框、单
 </p>
 
 
-
-
 > 1.2.4 版本支持字段验证 
 
 > 计划对该项目重构和升级,期待的话就点个 star 吧
@@ -36,6 +34,11 @@ PHP表单生成器,快速生成现代化的form表单。包含复选框、单
 >本项目还在不断开发完善中,如有建议或问题请[在这里提出](https://github.com/xaboy/form-builder/issues/new)
 
 
+## 演示项目
+[开源的高品质微信商城](http://github.crmeb.net/u/xaboy)
+
+演示地址: [http://demo25.crmeb.net](http://demo25.crmeb.net) 账号:demo 密码:crmeb.com
+
 ## 使用建议
 1. 建议将静态资源加载方式从 CDN 加载修改为自己本地资源或自己信任的 CDN [静态资源链接](https://github.com/xaboy/form-builder/blob/master/src/Form.php#L89)
 2. 建议根据自己的业务逻辑重写默认的表单生成页 [默认表单生成页](https://github.com/xaboy/form-builder/tree/master/src/view)
@@ -55,10 +58,6 @@ PHP表单生成器,快速生成现代化的form表单。包含复选框、单
 
 ![https://raw.githubusercontent.com/xaboy/form-create/master/images/sample110.jpg](https://raw.githubusercontent.com/xaboy/form-create/master/images/sample110.jpg)
 
-## 演示地址
-演示站后台:[ crmeb_v2.5 ]
-http://demo25.crmeb.net 账号:demo 密码:crmeb.com
-
 ### 例子 (TP框架)
 
 #### 版本1 编辑权限