From a06026c1ebb3f650f0078e61acd29d78f9593387 Mon Sep 17 00:00:00 2001 From: hezhendong Date: Thu, 29 May 2025 16:26:43 +0800 Subject: [PATCH] =?UTF-8?q?win/linux=E7=94=B5=E8=84=91=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=9B=BE=E7=89=87?= 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 a85673c..a338f58 100644 --- a/theme.css +++ b/theme.css @@ -191,10 +191,10 @@ settings: id: win-bg-image-url title: the background picture of the window title.zh: 窗体背景图片 - description: Set the background picture of the window. - description.zh: 设置窗体背景图片; + description: Set the form background image; fill the image URL between the quotes; leave blank for no background image by default. + description.zh: 设置窗体背景图片;将图片地址填入''号中间;若不填则默认无背景图片 type: variable-text - default: url('https://images.pexels.com/photos/66997/pexels-photo-66997.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2') + default: url('') - id: win-editor-bg-color title: Adjust the color of the middle editing area. @@ -271,7 +271,7 @@ body { --nav-item-children-padding-start: 1px; --window-font-size: 15; --mac-window-opacity: 0; - --win-bg-image-url: url('https://images.pexels.com/photos/66997/pexels-photo-66997.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2'); + --win-bg-image-url: url(''); --input-radius: 14px; --callout-content-padding: 4px; --text-paragraph-gap: 3.2px;