Skip to content

Commit

Permalink
feat(logo): 添加自己的logo
Browse files Browse the repository at this point in the history
  • Loading branch information
beth committed May 20, 2018
1 parent ba48124 commit ffe1729
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
-----

#### 截屏(Screenshots)
TODO
标注图 | 展示图 |
:-------|:------|
![](./doc/UI.jpg) | ![](./doc/app.gif) |

#### 功能点(Feature)
* 点击清空:清空所有选项(所有选项都变成unchecked)
Expand Down
Binary file modified doc/UI.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/app.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { Component } from 'react';
import logo from './logo.svg';
import logo from './image/2018beth.jpeg';
import Menu from './component/Menu';
import menuData from './data/menu.json';
import './App.css';
Expand All @@ -18,7 +18,7 @@ class App extends Component {
<h1 className="App-title">Welcome to React</h1>
</header>
<p className="App-intro">
To get started, edit <code>src/App.js</code> and save to reload.
带你玩React吧,嘿嘿嘿
</p>
</div>
</div>
Expand Down
Binary file added src/image/2018beth.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ body {
min-height: 100vh;
overflow-y: auto;
background: #ffffff;
text-align: center;
}

0 comments on commit ffe1729

Please sign in to comment.