From 976d27a54f669dff89d286324bb03149199d8579 Mon Sep 17 00:00:00 2001 From: dengrb1 <125752069+dengrb1@users.noreply.github.com> Date: Thu, 4 May 2023 22:55:00 +0800 Subject: [PATCH] chatWEB --- xz.pyw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xz.pyw b/xz.pyw index 8c888d1..3b20b8d 100644 --- a/xz.pyw +++ b/xz.pyw @@ -24,7 +24,7 @@ def wuguokai(): def qdymys(): open_exe("qdymys") -def lbbai(): +def bnu120(): open_exe('bnu120') def fh(): @@ -35,7 +35,7 @@ def fh(): bt_wuguokai = Button(root, text='wuguokai网站', command=wuguokai) bt_extkj = Button(root, text='extkj网站', command=extkj) bt_qdymys = Button(root, text='qdymys网站', command=qdymys) -bt_lbbai = Button(root, text='lbbai网站', command=lbbai) +bt_lbbai = Button(root, text='bnu120网站', command=bnu120) bt_fh = Button(root, text='返回', command=fh) # pack and Label