diff --git a/layouts/imgbox.ftl b/layouts/imgbox.ftl index 4f1dc8e..2ee1555 100644 --- a/layouts/imgbox.ftl +++ b/layouts/imgbox.ftl @@ -9,7 +9,6 @@ background-position: center center;background-attachment: inherit; "> - <#-- <#if settings.focus_infos!true> -->
<#if settings.focus_tou == "avatar"> <#if user.avatar??> @@ -22,6 +21,7 @@

${settings.glitch_text}

+ <#if settings.focus_infos!true>
info-desc">

${user.description}

@@ -166,6 +166,6 @@
+ - <#-- --> diff --git a/settings.yaml b/settings.yaml index ff4c0a9..af3c25c 100644 --- a/settings.yaml +++ b/settings.yaml @@ -362,7 +362,7 @@ focus: label: 是否开启聚焦 type: radio data-type: bool - default: false + default: true options: - value: true label: 开启 @@ -1947,7 +1947,7 @@ others: label: 资源使用 CDN type: radio data-type: bool - default: false + default: true options: - value: true label: 开启 diff --git a/styles/style.css b/styles/style.css index 41c0aa0..9a7c166 100644 --- a/styles/style.css +++ b/styles/style.css @@ -3698,7 +3698,7 @@ li.feature-2 { .focusinfo { position: relative; - /* max-width: 800px; */ + max-width: 800px; padding: 0 10px; top: 49.3%; left: 50%;