fix: 更新保护角标注文本

This commit is contained in:
dmy
2026-03-04 11:16:02 +08:00
parent 18fc8fcb0e
commit 195beb3520
5 changed files with 5 additions and 5 deletions

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.16</title>
<title>EGM 输电线路绕击跳闸率计算 v1.0.17</title>
</head>
<body>
<div id="app"></div>

View File

@@ -368,7 +368,7 @@ const drawShieldingAngle = (range: ReturnType<typeof calculateRange>) => {
ctx.stroke()
// 绘制标注文字
const labelText = `保护角: ${Math.abs(shieldingAngle).toFixed(2)}°`
const labelText = `保护角(平均高处): ${Math.abs(shieldingAngle).toFixed(2)}°`
ctx.font = 'bold 12px Arial'
// 绘制标注文字