diff --git a/settings.yaml b/settings.yaml index da28e754..afdb8a18 100644 --- a/settings.yaml +++ b/settings.yaml @@ -377,7 +377,7 @@ spec: name: postWidgets label: 文章页 value: profile,wechat,toc,comments,recent-posts,categories,tags-stat - help: post 可以支持设置 toc + help: post 可以支持设置 toc - $formkit: textarea name: tagWidgets label: 标签页 @@ -977,7 +977,7 @@ spec: name: bigTitle label: 大标题 value: 我和我的小伙伴们 - + - group: fcircle label: 友链鱼塘 formSchema: @@ -1309,10 +1309,13 @@ spec: label: 地图相关配置 value: StrengthenTitle: - background: - backgroundDark: + mapLocation: authorInfo: children: + - $formkit: text + name: StrengthenTitle + label: 居住地 + placeholder: 请输入内容 - $formkit: text name: mapLocation label: 居住地坐标 diff --git a/templates/assets/zhheo/custom.css b/templates/assets/zhheo/custom.css index ff1e2219..3db627e3 100644 --- a/templates/assets/zhheo/custom.css +++ b/templates/assets/zhheo/custom.css @@ -52,12 +52,3 @@ ul li { padding: 0.3rem 0.5rem; } -[data-theme=dark] .author-content-item.map { - background: none!important; - background-size: 100%; -} - -.author-content-item.map { - background: none!important; - background-size: 100%; -} diff --git a/templates/modules/head.html b/templates/modules/head.html index 00383b30..1ffb5fcb 100644 --- a/templates/modules/head.html +++ b/templates/modules/head.html @@ -149,6 +149,13 @@ + + + + + + + diff --git a/templates/modules/widgets/about-widgets/statistics-map.html b/templates/modules/widgets/about-widgets/statistics-map.html index b23639e4..81865803 100644 --- a/templates/modules/widgets/about-widgets/statistics-map.html +++ b/templates/modules/widgets/about-widgets/statistics-map.html @@ -3,46 +3,64 @@