Skip to content

Commit

Permalink
修改关于界面
Browse files Browse the repository at this point in the history
  • Loading branch information
TC999 committed Jan 2, 2025
1 parent 0dc3ba0 commit 51147e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ pub fn show_about_window(ctx: &egui::Context, open: &mut bool) {
});
ui.label("许可证: GPL-3.0");
ui.label(format!("版本: {}", version));
ui.label("鸣谢:");
ui.hyperlink_to("egui", "https://github.com/emilk/egui");
});
}

0 comments on commit 51147e8

Please sign in to comment.