From edad1a5434591ef64ef3af2ff811c36c01d1bf5c Mon Sep 17 00:00:00 2001 From: roozen <2273038475@qq.com> Date: Tue, 25 Jul 2023 01:12:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B8=90=E5=8F=98=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1=E5=8F=AF=E9=80=89=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.yaml | 9 +++++++++ templates/assets/css/fullPage.css | 3 --- templates/modules/head.html | 7 +++++++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/settings.yaml b/settings.yaml index 6af46973..5d23fddc 100644 --- a/settings.yaml +++ b/settings.yaml @@ -2390,6 +2390,15 @@ spec: value: true - label: 禁用 value: false + - $formkit: radio + name: scrollbarLinearGradientEnable + label: 渐变滚动条效果 + value: false + options: + - label: 启用 + value: true + - label: 禁用 + value: false - $formkit: group name: greeting label: 首页问候语 diff --git a/templates/assets/css/fullPage.css b/templates/assets/css/fullPage.css index cbe706dd..a03839ac 100644 --- a/templates/assets/css/fullPage.css +++ b/templates/assets/css/fullPage.css @@ -1,6 +1,4 @@ - :root { - --light-grey: rgba(255, 255, 255, 0.7); --white: rgba(255, 255, 255, 0.9); } @@ -13,7 +11,6 @@ } - .back-home-button { color: rgba(255, 255, 255, 0.7); } diff --git a/templates/modules/head.html b/templates/modules/head.html index 9673ce5c..c5b19d66 100644 --- a/templates/modules/head.html +++ b/templates/modules/head.html @@ -22,6 +22,13 @@ +