Skip to content

Commit

Permalink
增加更新红点提示
Browse files Browse the repository at this point in the history
优化按钮图标样式
  • Loading branch information
wushuo894 committed Sep 7, 2024
1 parent 09f8138 commit 81c7ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ani/rss/action/LoginAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void doAction(HttpServerRequest request, HttpServerResponse response) thr
resultSuccess(s);
return;
}
ThreadUtil.sleep(RandomUtil.randomInt(3000, 10000));
ThreadUtil.sleep(RandomUtil.randomInt(500, 5000));
resultErrorMsg("用户名或密码错误");
}
}

0 comments on commit 81c7ba0

Please sign in to comment.