chore: 更新版本号至1.0.22并添加应用图标

This commit is contained in:
dmy
2026-03-05 12:19:11 +08:00
parent 8f67a3dd0a
commit 7c2728c004
3 changed files with 7 additions and 3 deletions

6
.gitignore vendored
View File

@@ -14,4 +14,8 @@ settings.json
node_modules
*.log
*.lock
*.pdf
*.pdf
lightening.ico
metadata.yml
VERSION
生成exe图标.png

View File

@@ -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

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EGM 输电线路绕击跳闸率计算 v1.0.18</title>
<title>EGM 输电线路绕击跳闸率计算 v1.0.22</title>
</head>
<body>
<div id="app"></div>