diff --git a/VERSION b/VERSION
index 5b09c67..b668c3b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.14
+1.0.16
diff --git a/metadata.yml b/metadata.yml
index 957b80c..a6faf95 100644
--- a/metadata.yml
+++ b/metadata.yml
@@ -1,4 +1,4 @@
-version: 1.0.14
+version: 1.0.16
company_name: EGM
file_description: EGM Lightning Protection Calculator
product_name: Lightening
diff --git a/webui/index.html b/webui/index.html
index 8088415..ae4cf92 100644
--- a/webui/index.html
+++ b/webui/index.html
@@ -4,7 +4,7 @@
-
EGM 输电线路绕击跳闸率计算 v1.0.14
+ EGM 输电线路绕击跳闸率计算 v1.0.16
diff --git a/webui/src/components/Geometry.vue b/webui/src/components/Geometry.vue
new file mode 100644
index 0000000..2d8899f
--- /dev/null
+++ b/webui/src/components/Geometry.vue
@@ -0,0 +1,320 @@
+
+
+
+
+
+ 杆塔几何结构
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/webui/src/components/ParameterForm.vue b/webui/src/components/ParameterForm.vue
index 2e0ec8e..27fea42 100644
--- a/webui/src/components/ParameterForm.vue
+++ b/webui/src/components/ParameterForm.vue
@@ -196,6 +196,17 @@
+
+
+
+
+
@@ -407,6 +418,7 @@ import { ref, reactive, computed, onMounted, onUnmounted, watch } from 'vue'
import type { AllParameters } from '@/types'
import LogComponent from './Log.vue'
import Animation from './Animation.vue'
+import Geometry from './Geometry.vue'
// 默认参数
const defaultParams: AllParameters = {