Skip to content

Commit

Permalink
🍱 修改说明~
Browse files Browse the repository at this point in the history
  • Loading branch information
keac committed Apr 15, 2021
1 parent 8735868 commit 8142bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/fofaviewer/main/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public void start(Stage stage) throws Exception {
FXMLLoader loader = new FXMLLoader(getClass().getResource("/fofa_viewer.fxml"));
Scene scene = new Scene(loader.load());
stage.setScene(scene);
stage.setTitle("fofa_viewer");
stage.setTitle("Fofa_Viewer v1.0.4 By f1ashine@WgpSec");
stage.show();
// 设置窗口的最小宽度和高度,避免自由伸缩太小不方便看
stage.widthProperty().addListener((o, oldValue, newValue)->{
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/fofaviewer/main/MainController.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private void queryAction(ActionEvent event){

@FXML
private void showAbout(ActionEvent event){
showAlert(Alert.AlertType.INFORMATION, null, "项目地址:https://github.com/wgpsec/fofa_viewer");
showAlert(Alert.AlertType.INFORMATION, null, "WgpSec Team \n 项目地址:\n https://github.com/wgpsec/fofa_viewer");
}

/**
Expand Down

0 comments on commit 8142bb7

Please sign in to comment.