From 8a1dda4b27b56779cf603d8f5f4759dc856dafb2 Mon Sep 17 00:00:00 2001 From: hezhendong Date: Thu, 29 May 2025 11:48:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtemplater=20=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme.css b/theme.css index 519a1ae..c0c7a00 100644 --- a/theme.css +++ b/theme.css @@ -54,9 +54,9 @@ settings: description: Adjust the brightness of the entire form。 description.zh: 调整整个窗体的亮度。 type: variable-number-slider - default: 01 - min: 0 - max: 5 + default: 1 + min: 0.5 + max: 1.5 step: 0.01 - id: window-font-size @@ -406,7 +406,7 @@ body:not(.is-mobile) .theme-light { * --------------------------------调整全局样式------------------------------------ */ -.app-container { +body { filter: brightness(var(--window-brightness)); }