Merge branch 'master' of github.com:hyperf-admin/hyperf-admin

This commit is contained in:
daodao97
2021-05-18 11:47:14 +08:00
3 changed files with 4 additions and 4 deletions

View File

@@ -2,11 +2,11 @@
[详细文档](https://hyperf-admin.github.io/hyperf-admin/)
[演示站点](http://hyperf-admin.daodao.run/) `用户名`: daodao, `密码`: a1a1a1
~[演示站点-到期已挂](http://hyperf-admin.daodao.run/) `用户名`: daodao, `密码`: a1a1a1~
> 演示站点部署在`亚马逊免费主机`, 国内访问可能会慢
![HyperfAdmin架构](https://cdn.jsdelivr.net/gh/daodao97/FigureBed@master/uPic/sJaJti.png)
![HyperfAdmin架构](https://gitee.com/daodao97/asset/raw/master/uPic/sJaJti.png)
前端为`vue multiple page`多页模式, 可以按模块打包, 默认包含两个模块`default` 默认模块, `system`系统管理模块, 绝大部分业务组件在`src/components`目录

View File

@@ -112,7 +112,7 @@ type表单项类型以下是支持的组件列表以下所有组件 pro
"field_name|字段名" => [
"type" => "textarea",
"props" => [
"row" => 6, // 行数, 默认6
"rows" => 6, // 行数, 默认6
]
]
]

View File

@@ -70,7 +70,7 @@ composer require hyperf-admin/hyperf-admin
如果存在依赖包的版本号问题, 注意, 请使用 composer2
```shell
composer require hyperf-admin/hyperf-admin:0.2.0 --with-all-dependencies
composer require hyperf-admin/hyperf-admin -W
```
!> hyperf-admin 为分包模式, 实际应用中请根据情况安装