From b65d3565d0577e83b4d22a79134b4bf83b3a8ed4 Mon Sep 17 00:00:00 2001 From: sairate Date: Fri, 30 May 2025 18:33:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/material_theme_project_new.xml | 4 +++- yun/client.py | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.idea/material_theme_project_new.xml b/.idea/material_theme_project_new.xml index 9c4a7bd..ef4c87e 100644 --- a/.idea/material_theme_project_new.xml +++ b/.idea/material_theme_project_new.xml @@ -3,7 +3,9 @@ diff --git a/yun/client.py b/yun/client.py index f13eff4..419acf3 100644 --- a/yun/client.py +++ b/yun/client.py @@ -111,7 +111,7 @@ def change(): # ============================ UI ============================ root = tk.Tk() -root.geometry("360x550") +root.geometry("400x550") root.title("10秒挑战") root.configure(bg="#f0faff") @@ -137,7 +137,7 @@ start_button.pack(pady=10) # 滚动留言框 message_var = tk.StringVar() -message_label = tk.Label(root, textvariable=message_var, font=("微软雅黑", 10), fg="#444", bg="#f0faff", wraplength=320, justify="center") +message_label = tk.Label(root, textvariable=message_var, font=("微软雅黑", 20), fg="#444", bg="#f0faff", wraplength=500, justify="center") message_label.pack(pady=20) # 初始数据加载