Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldenth committed May 16, 2021
1 parent 0983349 commit f03418c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@ private void initComponents() {
yesButton.setText("\u662f");
yesButton.setBackground(new Color(102, 102, 102));
yesButton.setForeground(Color.white);
yesButton.setSelected(true);

//---- noButton ----
noButton.setText("\u5426");
noButton.setBackground(new Color(102, 102, 102));
noButton.setForeground(Color.white);
noButton.setSelected(true);

GroupLayout panel1Layout = new GroupLayout(panel1);
panel1.setLayout(panel1Layout);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ new FormModel {
"background": new java.awt.Color( 102, 102, 102, 255 )
"foreground": new java.awt.Color( 255, 255, 255, 255 )
"$buttonGroup": new FormReference( "sleepButtonGroup" )
"selected": true
} )
add( new FormComponent( "javax.swing.JRadioButton" ) {
name: "noButton"
"text": "否"
"background": new java.awt.Color( 102, 102, 102, 255 )
"foreground": new java.awt.Color( 255, 255, 255, 255 )
"$buttonGroup": new FormReference( "sleepButtonGroup" )
"selected": true
} )
} )
}, new FormLayoutConstraints( null ) {
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ WHU-汉姆-阳光体育代跑图形界面工具-环境打包-即开即用

### Update

#### v0.1.4

添加了是否进行休眠模拟的单选框,默认进行休眠,注意,不进行休眠可能导致请求数据时间异常,请谨慎关闭。

<img src="assets/image-20210516152414701.png" alt="image-20210516152414701" style="zoom:50%;" />

#### v0.1.3

修复日志导出文件选择框逻辑,加入界面锁,过滤所有输入框空格
Expand Down
Binary file added assets/image-20210516152414701.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f03418c

Please sign in to comment.