afc163 8 rokov pred
rodič
commit
0da562100e
2 zmenil súbory, kde vykonal 65 pridanie a 0 odobranie
  1. 33 0
      README.en-US.md
  2. 32 0
      README.md

+ 33 - 0
README.en-US.md

@@ -25,6 +25,39 @@ An out-of-box UI solution for enterprise applications.
 - :1234: **Mock development**: Easy to use mock development solution
 - :white_check_mark: **UI Test**: Fly safely with unit test and e2e test
 
+## Templates
+
+```
+- Dashboard
+  - 分析页
+  - 监控页
+  - 工作台
+- 表单页
+  - 基础表单页
+  - 分步表单页
+  - 高级表单页
+- 列表页
+  - 查询表格
+  - 标准列表
+  - 卡片列表
+  - 搜索列表(项目/应用/文章)
+- 详情页
+  - 基础详情页
+  - 高级详情页
+- 结果
+  - 成功页
+  - 失败页
+- 异常
+  - 403 无权限
+  - 404 找不到
+  - 500 服务器出错
+- 帐户
+  - 登录
+  - 注册
+  - 注册成功
+```
+
+## Usage
 
 ```bash
 $ git clone git@github.com:ant-design/ant-design-pro --depth=1

+ 32 - 0
README.md

@@ -25,6 +25,38 @@
 - :1234: **Mock 数据**:实用的本地数据调试方案
 - :white_check_mark: **UI 测试**:自动化测试保障前端产品质量
 
+## 模板
+
+```
+- Dashboard
+  - 分析页
+  - 监控页
+  - 工作台
+- 表单页
+  - 基础表单页
+  - 分步表单页
+  - 高级表单页
+- 列表页
+  - 查询表格
+  - 标准列表
+  - 卡片列表
+  - 搜索列表(项目/应用/文章)
+- 详情页
+  - 基础详情页
+  - 高级详情页
+- 结果
+  - 成功页
+  - 失败页
+- 异常
+  - 403 无权限
+  - 404 找不到
+  - 500 服务器出错
+- 帐户
+  - 登录
+  - 注册
+  - 注册成功
+```
+
 ## 使用
 
 ```bash