diff --git a/settings.yaml b/settings.yaml
index a01fab38..fbd917ba 100644
--- a/settings.yaml
+++ b/settings.yaml
@@ -1298,53 +1298,41 @@ spec:
label: 51la 网站统计
help: 统计ID
placeholder: 请输入内容
- - $formkit: text
- name: mapLocation
- label: 居住地坐标
- help: 示例:22.5824,113.2154
- placeholder: 请输入经纬度坐标
- # - $formkit: group
- # name: map
- # label: 地图相关配置
- # value:
- # StrengthenTitle:
- # background:
- # backgroundDark:
- # authorInfo:
- # children:
- # - $formkit: text
- # name: StrengthenTitle
- # label: 居住地
- # placeholder: 请输入内容
- # - $formkit: attachment
- # name: background
- # label: 地图亮色模式背景
- # placeholder: 请输入内容
- # - $formkit: attachment
- # name: backgroundDark
- # label: 地图暗色模式背景
- # placeholder: 请输入内容
- # - $formkit: repeater
- # name: authorInfo
- # label: 个人信息
- # min: 3
- # max: 3
- # children:
- # - $formkit: text
- # name: authorInfoTitle
- # label: 标题
- # placeholder: 请输入内容
- # value: 标题
- # - $formkit: text
- # name: authorInfoContent
- # label: 内容
- # placeholder: 请输入内容
- # value: 内容
- # - $formkit: color
- # name: authorInfoColor
- # label: 内容颜色
- # placeholder: 请输入内容
- # value: '#ffffff'
+ - $formkit: group
+ name: map
+ label: 地图相关配置
+ value:
+ StrengthenTitle:
+ background:
+ backgroundDark:
+ authorInfo:
+ children:
+ - $formkit: text
+ name: mapLocation
+ label: 居住地坐标
+ help: 示例:22.582401,113.215456
+ placeholder: 请输入经纬度坐标
+ - $formkit: repeater
+ name: authorInfo
+ label: 个人信息
+ min: 3
+ max: 3
+ children:
+ - $formkit: text
+ name: authorInfoTitle
+ label: 标题
+ placeholder: 请输入内容
+ value: 标题
+ - $formkit: text
+ name: authorInfoContent
+ label: 内容
+ placeholder: 请输入内容
+ value: 内容
+ - $formkit: color
+ name: authorInfoColor
+ label: 内容颜色
+ placeholder: 请输入内容
+ value: '#ffffff'
- $formkit: textarea
name: xjlc
label: 心路历程
diff --git a/templates/modules/widgets/about-widgets/statistics-map.html b/templates/modules/widgets/about-widgets/statistics-map.html
index 3d7f47fc..b23639e4 100644
--- a/templates/modules/widgets/about-widgets/statistics-map.html
+++ b/templates/modules/widgets/about-widgets/statistics-map.html
@@ -40,24 +40,6 @@
th:text="${texts[2].authorInfoContent}">BI工程师
-
@@ -129,7 +111,7 @@
});