From 195beb3520615978be39487f5b35d18e6595dddc Mon Sep 17 00:00:00 2001 From: dmy Date: Wed, 4 Mar 2026 11:16:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E4=BF=9D=E6=8A=A4?= =?UTF-8?q?=E8=A7=92=E6=A0=87=E6=B3=A8=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- main.py | 2 +- metadata.yml | 2 +- webui/index.html | 2 +- webui/src/components/Geometry.vue | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index b668c3b..8fc77d0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.16 +1.0.17 diff --git a/main.py b/main.py index 7b62296..531b521 100644 --- a/main.py +++ b/main.py @@ -151,7 +151,7 @@ def run_egm(para: Parameter, animation=None) -> dict: * 180 / math.pi ) - logger.info(f"地线保护角{shield_angle_at_avg_height:.2f}°") + logger.info(f"地线保护角(平均高处){shield_angle_at_avg_height:.2f}°") logger.debug(f"最低相防护标识{rg_type}。(g表示地面,c表示下导线)") rated_voltage = para.rated_voltage logger.info(f"交、直流标识{para.ac_or_dc}") diff --git a/metadata.yml b/metadata.yml index a6faf95..f7ebe12 100644 --- a/metadata.yml +++ b/metadata.yml @@ -1,4 +1,4 @@ -version: 1.0.16 +version: 1.0.17 company_name: EGM file_description: EGM Lightning Protection Calculator product_name: Lightening diff --git a/webui/index.html b/webui/index.html index ae4cf92..e32170f 100644 --- a/webui/index.html +++ b/webui/index.html @@ -4,7 +4,7 @@ - EGM 输电线路绕击跳闸率计算 v1.0.16 + EGM 输电线路绕击跳闸率计算 v1.0.17
diff --git a/webui/src/components/Geometry.vue b/webui/src/components/Geometry.vue index 63c9386..cb74273 100644 --- a/webui/src/components/Geometry.vue +++ b/webui/src/components/Geometry.vue @@ -368,7 +368,7 @@ const drawShieldingAngle = (range: ReturnType) => { ctx.stroke() // 绘制标注文字 - const labelText = `保护角: ${Math.abs(shieldingAngle).toFixed(2)}°` + const labelText = `保护角(平均高处): ${Math.abs(shieldingAngle).toFixed(2)}°` ctx.font = 'bold 12px Arial' // 绘制标注文字