Skip to content

Commit e2b9c91

Browse files
王文杰王文杰
authored andcommitted
修改
1 parent 072ef5e commit e2b9c91

File tree

13 files changed

+470
-118
lines changed

13 files changed

+470
-118
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> -->
77
<link rel="shortcut icon" href="./favicon.ico">
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
9-
<title>牧之</title>
9+
<title>QZ</title>
1010
</head>
1111
<body>
1212
<div id="root" style="height: 100%"></div>

src/common/actions/test.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { createAction } from 'redux-actions'
2+
3+
export const addTest = createAction('ADD_TEST')
4+
export const editTest = createAction('EDIT_TEST')
5+
export const delTest = createAction('DEL_TEST')
6+
export const serachTest = createAction("SEARCH_TEST")

src/common/container/content.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Editor from 'pages/editor'
1212
import TodoList from 'pages/todoList'
1313
import Search from 'pages/search'
1414
import Waterfall from 'pages/waterfall'
15-
import ListView from 'pages/listView'
15+
import Test from 'pages/test'
1616

1717
const { Content } = Layout
1818

@@ -30,7 +30,7 @@ export default class Contents extends React.Component {
3030
<Route path="/todoList" component={TodoList} />
3131
<Route path="/searchEngine" component={Search} />
3232
<Route path="/waterfall" component={Waterfall} />
33-
<Route path="/listView" component={ListView} />
33+
<Route path="/test" component={Test} />
3434
</Content>
3535
)
3636
}

src/common/container/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default class Container extends React.Component {
5252
>
5353
{this.state.theme === 'light' ? <a href="https://github.com/MuYunyun/react-antd-demo" target='_blank' rel='noopener noreferrer'><Icon type="github" className="github" /></a> :
5454
<a href="https://github.com/MuYunyun/react-antd-demo" target='_blank' rel='noopener noreferrer'><Icon type="github" className="github white" /></a> }
55-
{ this.state.theme === 'light' ? <span className="author">牧之</span> : <span className="author white">牧之</span> }
55+
{ this.state.theme === 'light' ? <span className="author">QZ</span> : <span className="author white">QZ</span> }
5656
<Menu
5757
theme={this.state.theme}
5858
onClick={this.handleClick}

src/common/pages/listView/index.js

Lines changed: 0 additions & 111 deletions
This file was deleted.

src/common/pages/listView/index.less

Whitespace-only changes.

0 commit comments

Comments
 (0)