From 7c2728c0044b53a180ba917349b6d6468a12cf91 Mon Sep 17 00:00:00 2001 From: dmy Date: Thu, 5 Mar 2026 12:19:11 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B31.0.22=E5=B9=B6=E6=B7=BB=E5=8A=A0=E5=BA=94?= =?UTF-8?q?=E7=94=A8=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++++- Makefile | 2 +- webui/index.html | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e559c8f..491416b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,8 @@ settings.json node_modules *.log *.lock -*.pdf \ No newline at end of file +*.pdf +lightening.ico +metadata.yml +VERSION +生成exe图标.png diff --git a/Makefile b/Makefile index bedab31..47d8f18 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ gui: build uv run python update_version.py cd webui && npm run build cd .. - uv run pyinstaller webview_app.py -n LighteningGUI --noconsole --add-data "webui/dist;webui/dist" -y + uv run pyinstaller webview_app.py -n LighteningGUI --noconsole --add-data "webui/dist;webui/dist" -y --icon lightening.ico console: dist build uv run python update_version.py diff --git a/webui/index.html b/webui/index.html index d70d40a..47f5d6f 100644 --- a/webui/index.html +++ b/webui/index.html @@ -4,7 +4,7 @@ - EGM 输电线路绕击跳闸率计算 v1.0.18 + EGM 输电线路绕击跳闸率计算 v1.0.22