From 5f5fe44b6ee22f8b0a3b7f609b24ab2837a0e69f Mon Sep 17 00:00:00 2001 From: hesuicong Date: Sat, 13 Dec 2025 17:03:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test_load_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_load_json.py b/test_load_json.py index f4c5c67..68473d2 100644 --- a/test_load_json.py +++ b/test_load_json.py @@ -314,7 +314,7 @@ def render_to_texture(meshes, output_image_path): # 渲染并保存 vis.capture_screen_image(output_image_path, do_render=True) - text = f"v {version}" # 使用PIL添加文字 + text = f"v{version}" # 使用PIL添加文字 try: image = Image.open(output_image_path) draw = ImageDraw.Draw(image)