Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "antdp", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Ant Design Project", | ||
@@ -12,3 +12,3 @@ "scripts": {}, | ||
"license": "MIT", | ||
"gitHead": "0b1a4c4015ab861a6dccf901460b95d64c0cfdfd" | ||
"gitHead": "0e7d12c583ab91d7e2e441ddc48b87c20eb69911" | ||
} |
@@ -5,2 +5,12 @@ Ant Design Project | ||
### Features | ||
- 简化 [antd 4.x +](https://github.com/ant-design/ant-design) 和 [umi](https://github.com/umijs/umi) 框架配置使用; | ||
- 减少项目配置和依赖,将配置集成到包中开箱即用; | ||
- 更简单直观的配置权限和更改 Layout; | ||
- 支持配置路由参数 `/router/:id`; | ||
- 解决菜单配置 `icon` 问题; | ||
### Packages | ||
This git repository is a repo built using Lerna. It contains several packages: | ||
@@ -7,0 +17,0 @@ |
3940
29