From 61a4f4b3c43384da584625ef6e163cc7d606c5f2 Mon Sep 17 00:00:00 2001 From: meowrain Date: Mon, 19 Jan 2026 23:06:28 +0800 Subject: [PATCH] =?UTF-8?q?style(config):=20=E8=B0=83=E6=95=B4=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E9=80=8F=E6=98=8E=E5=BA=A6=E4=BB=8E1=E6=94=B9?= =?UTF-8?q?=E4=B8=BA0.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 使背景与前景内容对比更柔和,提升可读性 --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index a7589a8..b39983b 100644 --- a/src/config.ts +++ b/src/config.ts @@ -41,7 +41,7 @@ export const siteConfig: SiteConfig = { size: "cover", // Background size: 'cover', 'contain', 'auto' repeat: "no-repeat", // Background repeat: 'no-repeat', 'repeat', 'repeat-x', 'repeat-y' attachment: "fixed", // Background attachment: 'fixed', 'scroll', 'local' - opacity: 1, // Background opacity (0-1) + opacity: 0.8, // Background opacity (0-1) }, toc: { enable: true, // Display the table of contents on the right side of the post