Skip to content

Commit

Permalink
feat(log): 日志补充
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaMaid committed May 23, 2018
1 parent 75bc3df commit f4671a9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/pages/Logs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { Component } from 'react';
import * as md from './logs.md';
import * as v010md from './logs/0.1.0.md';
import * as v011md from './logs/0.1.1.md';
import * as v012md from './logs/0.1.2.md';
import * as v013md from './logs/0.1.3.md';
import Markdown from '../../components/Markdown';
import {Timeline} from '../../../components/';
import './index.less';
Expand All @@ -14,6 +16,12 @@ export default class Logs extends Component {
<Markdown text={md}/>
<div style={{marginTop: 40}}>
<Timeline>
<Timeline.Item time={<h2>v 0.1.3</h2>}>
<Markdown text={v013md}/>
</Timeline.Item>
<Timeline.Item time={<h2>v 0.1.2</h2>}>
<Markdown text={v012md}/>
</Timeline.Item>
<Timeline.Item time={<h2>v 0.1.1</h2>}>
<Markdown text={v011md}/>
</Timeline.Item>
Expand Down
4 changes: 4 additions & 0 deletions docs/pages/Logs/logs/0.1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
`2018-05-23`
- Bug修复
- 🐞 修复lib、es丢失的问题

4 changes: 4 additions & 0 deletions docs/pages/Logs/logs/0.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
`2018-05-23`
- Bug修复
- 🐞 修复`BackTop`命名不规范问题

0 comments on commit f4671a9

Please sign in to comment.