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