From 62b61420a3914fde8c63ebcd81ecac29d37fec0d Mon Sep 17 00:00:00 2001 From: FuckAnyProblem Date: Thu, 17 Nov 2022 23:35:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A4=BE=E4=BA=A4=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=B8=8E=E6=96=87=E5=AD=97=E6=95=85=E9=9A=9C=E7=9A=84?= =?UTF-8?q?=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/imgbox.ftl | 4 ++-- settings.yaml | 4 ++-- styles/style.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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%;