Skip to content

Commit

Permalink
Merge pull request #15 from NSFI/dev
Browse files Browse the repository at this point in the history
docs: modify README.md files
  • Loading branch information
onshinpei authored Jan 16, 2023
2 parents 629f09c + 100dfd4 commit 6ae3263
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ npm install react-router-manage --save
- [global guard `beforeEachMount`](https://codesandbox.io/s/react-router-manage-beforeeachmount-247k3l)
- [routes operation `useAddRoutes`,`useUpdateRoutes`, `useRemoveRoutes`](https://codesandbox.io/s/react-router-manage-actions-re4qxb?file=/src/App.tsx)
- [auth-basic](https://codesandbox.io/s/react-router-manage-auth-nww6rp)
- [@rrmc/antd-breadcrumbs](https://codesandbox.io/s/antd-breadcrumbs-kfq3t0?file=/src/App.tsx)

## Configuration items

Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ npm install react-router-manage --save
- [全局路由守卫`beforeEachMount`](https://codesandbox.io/s/react-router-manage-beforeeachmount-247k3l)
- [路由操作`useAddRoutes`,`useUpdateRoutes`, `useRemoveRoutes`](https://codesandbox.io/s/react-router-manage-actions-re4qxb?file=/src/App.tsx)
- [认证-基础示例](https://codesandbox.io/s/react-router-manage-auth-nww6rp)
- [基于antd的自动生成面包屑](https://codesandbox.io/s/antd-breadcrumbs-kfq3t0?file=/src/App.tsx), [`antd-breadcrumbs`](https://github.com/NSFI/react-router-manage/blob/main/packages/antd-breadcrumbs/README.zh-CN.md)

## 配置项

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"prompt-confirm": "^2.0.4",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-router-manage": "^1.2.0-beta.0",
"react-router-manage": "^1.2.0-beta.1",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.75.5",
Expand Down
3 changes: 3 additions & 0 deletions packages/antd-breadcrumbs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ npm i @rrmc/antd-breadcrumbs
```

## DEMO
[@rrmc/antd-breadcrumbs](https://codesandbox.io/s/antd-breadcrumbs-kfq3t0?file=/src/App.tsx)

## Props

| name | describe | type | default |
Expand Down
4 changes: 4 additions & 0 deletions packages/antd-breadcrumbs/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ npm i @rrmc/antd-breadcrumbs
```

## 示例

[@rrmc/antd-breadcrumbs](https://codesandbox.io/s/antd-breadcrumbs-kfq3t0?file=/src/App.tsx)

## Props

| name | describe | type | default |
Expand Down

0 comments on commit 6ae3263

Please sign in to comment.