chore: 更新版本号至1.0.22并添加应用图标
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -14,4 +14,8 @@ settings.json
|
|||||||
node_modules
|
node_modules
|
||||||
*.log
|
*.log
|
||||||
*.lock
|
*.lock
|
||||||
*.pdf
|
*.pdf
|
||||||
|
lightening.ico
|
||||||
|
metadata.yml
|
||||||
|
VERSION
|
||||||
|
生成exe图标.png
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@ gui: build
|
|||||||
uv run python update_version.py
|
uv run python update_version.py
|
||||||
cd webui && npm run build
|
cd webui && npm run build
|
||||||
cd ..
|
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
|
console: dist build
|
||||||
uv run python update_version.py
|
uv run python update_version.py
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>EGM 输电线路绕击跳闸率计算 v1.0.18</title>
|
<title>EGM 输电线路绕击跳闸率计算 v1.0.22</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user