From 88bd0b17c9321cd4722a407ca09a1175ba3fdf83 Mon Sep 17 00:00:00 2001 From: "GDP\\solonot" Date: Wed, 5 Nov 2025 18:09:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD=EF=BC=8C?= =?UTF-8?q?=E7=BD=91=E6=A0=BC=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/ui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/ui.py b/core/ui.py index cdc57ba..8862622 100644 --- a/core/ui.py +++ b/core/ui.py @@ -65,6 +65,7 @@ class TradeTargetUI: command=self.add_trade_target, width=12).pack(side=tk.LEFT, padx=2) ttk.Button(toolbar_frame, text="🗑 删除标的", command=self.delete_selected_trade, width=12).pack(side=tk.LEFT, padx=2) + ttk.Button(toolbar_frame, text="🛠 网格修正", width=12).pack(side=tk.LEFT, padx=2) # 添加分隔符 ttk.Separator(toolbar_frame, orient='vertical').pack(side=tk.LEFT, fill=tk.Y, padx=10)