From 6b7c58d8167c7824baef72786b2371cf3d0c9c64 Mon Sep 17 00:00:00 2001 From: "weiye.wang" Date: Wed, 24 Jan 2024 20:44:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=B0=E9=A2=98=E6=AF=94?= =?UTF-8?q?=E5=AF=B9=E5=8A=9F=E8=83=BD=E4=B8=BA=E7=9B=B4=E6=8E=A5=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=20=E6=96=B0=E9=A2=98=E6=AF=94=E5=AF=B9.tex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 工具v2/工具面板.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/工具v2/工具面板.py b/工具v2/工具面板.py index 2ed489b5..092aa2e1 100644 --- a/工具v2/工具面板.py +++ b/工具v2/工具面板.py @@ -70,7 +70,7 @@ ImportMenu.add_separator() ImportMenu.add_command(label = "批量收录题目", command = lambda: SetButton("批量收录题目",["批量收录题目.py"])) ImportMenu.add_command(label = "添加关联题目", command = lambda: SetButton("添加关联题目",["添加关联题目.py"])) ImportMenu.add_separator() -ImportMenu.add_command(label = "新题比对", command = lambda: SetButton("新题比对",["新题比对.py"] )) +ImportMenu.add_command(label = "新题比对", command = lambda: SetButton("新题比对",[])) # 设置 维护 菜单项