File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ const LoginForm = (props: any) => {
69
69
< Input placeholder = "用户名(admin)" prefix = { < UserOutlined /> } />
70
70
</ Form . Item >
71
71
< Form . Item name = "password" rules = { [ { required : true , message : "请输入密码" } ] } >
72
- < Input . Password autoComplete = "new-password" placeholder = "密码(微信搜 楼仔 回复 001 )" prefix = { < LockOutlined /> } />
72
+ < Input . Password autoComplete = "new-password" placeholder = "密码(微信搜 沉默王二 回复 002 )" prefix = { < LockOutlined /> } />
73
73
</ Form . Item >
74
74
< Form . Item className = "login-btn" >
75
75
< Button
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ const Statistics: FC<IProps> = props => {
218
218
< div className = "traffic-img" >
219
219
< img src = { userCountImg } />
220
220
</ div >
221
- < span className = "item-value" > 2400 </ span >
221
+ < span className = "item-value" > 3100 </ span >
222
222
< span className = "traffic-name sle" > 星球用户</ span >
223
223
</ div >
224
224
< div className = "gitHub-traffic traffic-box" >
You can’t perform that action at this time.
0 commit comments