Skip to content

Commit af4a34c

Browse files
committed
002
1 parent b8b5090 commit af4a34c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/views/login/components/LoginForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const LoginForm = (props: any) => {
6969
<Input placeholder="用户名(admin)" prefix={<UserOutlined />} />
7070
</Form.Item>
7171
<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 />} />
7373
</Form.Item>
7474
<Form.Item className="login-btn">
7575
<Button

src/views/statistics/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ const Statistics: FC<IProps> = props => {
218218
<div className="traffic-img">
219219
<img src={userCountImg} />
220220
</div>
221-
<span className="item-value">2400</span>
221+
<span className="item-value">3100</span>
222222
<span className="traffic-name sle">星球用户</span>
223223
</div>
224224
<div className="gitHub-traffic traffic-box">

0 commit comments

Comments
 (0)