From 11c451ad67db0a395b9e9b8d02264bb5ab893513 Mon Sep 17 00:00:00 2001 From: lingyu zeng Date: Sun, 23 Mar 2025 21:25:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E9=9D=A2=E9=80=8F=E6=98=8E=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 265eb0a..1021373 100644 --- a/README.md +++ b/README.md @@ -178,9 +178,9 @@ animator.save_frames('frame1', 'frame2') ### 背景美化 ```shell -# 1. 设置背景为白色,并将表面透明度设置为 40% +# 1. 设置背景为白色,并将表面透明度设置为 50% bg_color white # 设置背景颜色为白色 -set surface_transparency, 0.4 # 设置所有表面透明度为 40% +set transparency, 0.5 # 设置所有表面透明度为 50% # 2. 使表面显示使用原子自身的颜色 set surface_color_by_atom, 1 # 启用表面按原子颜色显示