优化,减少可能到来的1.2.4的工作量
1.增加翻译 2.为darkmode添加过度动画 3.修改package.json
This commit is contained in:
@@ -145,7 +145,7 @@ export default class UserList extends Component {
|
||||
return (
|
||||
<li className={classes.notfound}>
|
||||
<img src="assets/images/crash.png" />
|
||||
<h3>Can't find any people matching '{searching}'</h3>
|
||||
<h3>没有搜索到 '{searching}'</h3>
|
||||
</li>
|
||||
);
|
||||
}
|
||||
@@ -180,7 +180,7 @@ export default class UserList extends Component {
|
||||
autoFocus={true}
|
||||
onKeyUp={e => this.navigation(e)}
|
||||
onInput={e => this.search(e.target.value)}
|
||||
placeholder="Type to Search..."
|
||||
placeholder="输入需要搜索的对象"
|
||||
ref="input"
|
||||
type="text" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user