File tree Expand file tree Collapse file tree 13 files changed +470
-118
lines changed Expand file tree Collapse file tree 13 files changed +470
-118
lines changed Original file line number Diff line number Diff line change 6
6
<!-- <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> -->
7
7
< link rel ="shortcut icon " href ="./favicon.ico ">
8
8
< 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 >
10
10
</ head >
11
11
< body >
12
12
< div id ="root " style ="height: 100% "> </ div >
Original file line number Diff line number Diff line change
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" )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import Editor from 'pages/editor'
12
12
import TodoList from 'pages/todoList'
13
13
import Search from 'pages/search'
14
14
import Waterfall from 'pages/waterfall'
15
- import ListView from 'pages/listView '
15
+ import Test from 'pages/test '
16
16
17
17
const { Content } = Layout
18
18
@@ -30,7 +30,7 @@ export default class Contents extends React.Component {
30
30
< Route path = "/todoList" component = { TodoList } />
31
31
< Route path = "/searchEngine" component = { Search } />
32
32
< Route path = "/waterfall" component = { Waterfall } />
33
- < Route path = "/listView " component = { ListView } />
33
+ < Route path = "/test " component = { Test } />
34
34
</ Content >
35
35
)
36
36
}
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export default class Container extends React.Component {
52
52
>
53
53
{ this . state . theme === 'light' ? < a href = "https://github.com/MuYunyun/react-antd-demo" target = '_blank' rel = 'noopener noreferrer' > < Icon type = "github" className = "github" /> </ a > :
54
54
< 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 > }
56
56
< Menu
57
57
theme = { this . state . theme }
58
58
onClick = { this . handleClick }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments