优化,减少可能到来的1.2.4的工作量

1.增加翻译
2.为darkmode添加过度动画
3.修改package.json
This commit is contained in:
Riceneeder
2022-09-03 20:42:34 +08:00
parent 8cc58d9e68
commit 5ad1fc333e
19 changed files with 51 additions and 45 deletions

View File

@@ -68,7 +68,7 @@ export default class Members extends Component {
(searching && filtered.length === 0) && (
<div className={classes.notfound}>
<img src="assets/images/crash.png" />
<h1>Can't find any people matching '{searching}'</h1>
<h1>找不到 '{searching}'</h1>
</div>
)
}