Skip to content

Commit

Permalink
🚚 chore: 调整文档目录位置
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Nov 28, 2021
1 parent 02f10ed commit fa90112
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions config/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const menus = {
'journey-map',
'mindflow',
'heatmap-calendar',
'user-panel',
],
},
{
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ order: 4

## 登录面板

<code src='./examples/UserPanel/Login.tsx' />
<code src='../demos/Login.tsx' />

### 带 Logo

<code src='./examples/UserPanel/LoginWithLogo.tsx' />
<code src='../demos/LoginWithLogo.tsx' />

### 显示忘记密码

填入 忘记密码所在 url 或者实现方法

<code src='./examples/UserPanel/LoginWithForgotUrl.tsx' />
<code src='../demos/LoginWithForgotUrl.tsx' />

### 显示底部

如果需要显示微信登录按钮, 需要实现 `onWechatLoginClick` 方法. 否则默认不显示

<code src='./examples/UserPanel/LoginWithFooter.tsx' />
<code src='../demos/LoginWithFooter.tsx' />

<API src='../../../packages/user-panel/src/UserLogin.tsx'></API>
<API src='./UserLogin.tsx'></API>

## 注册面板

Expand Down

0 comments on commit fa90112

Please sign in to comment.