From c02852d60985f618d758faf5b6cdfeb658257f3e Mon Sep 17 00:00:00 2001 From: FishCat233 <50800434+FishCat233@users.noreply.github.com> Date: Sun, 11 Jan 2026 18:18:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(website):=20=E5=AE=9E=E7=8E=B0=E4=BA=86?= =?UTF-8?q?=E7=82=B9=E6=8C=89=E9=92=AE=E6=89=93=E5=BC=80=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SimpleCutMainFrame.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SimpleCutMainFrame.py b/src/SimpleCutMainFrame.py index cc9be72..f57b750 100644 --- a/src/SimpleCutMainFrame.py +++ b/src/SimpleCutMainFrame.py @@ -7,6 +7,7 @@ from controller.core import CoreController import logging import os +import webbrowser import wx @@ -159,8 +160,7 @@ def on_export_button_click(self, event): return def on_open_project_website_button_click(self, event): - # TODO: Implement ProjectWebBtnOnClick - pass + webbrowser.open("https://github.com/FishCat233/SimpleCutPy") def on_clear_all_button_click(self, event): self.core_controller.clear_all_files()