From f0bf05c52180ad12c7b5e01fb2a19526be6b121e Mon Sep 17 00:00:00 2001 From: NFL_jiancx <1678594309@qq.com> Date: Thu, 6 Feb 2025 19:53:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=B2=E7=9F=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NFLmusic.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NFLmusic.py b/NFLmusic.py index 568c90b..b76dd9f 100644 --- a/NFLmusic.py +++ b/NFLmusic.py @@ -1369,7 +1369,7 @@ announcement.place(x=300, y=10) run(display_sentences) -labelframe_thanks = LabelFrame(about_frame, text=lang.get(la, "frame.thanks"), height=480, width=250) +labelframe_thanks = LabelFrame(about_frame, text=lang.get(la, "frame.thanks"), height=480, width=250, ) labelframe_thanks.place(x=540, y=20) # 鸣谢 @@ -1377,7 +1377,7 @@ oiapi = "https://oiapi.net/" gitee = "https://gitee.com/" nanfect = "http://pan.nanfengling.cn/" skylark = "https://space.bilibili.com/1868716664" -sponsorship = "https://afdian.net/a/NFLstudio" +sponsorship = "https://afdian.com/a/NFLstudio" lb0 = lb(pack_box=labelframe_thanks, label=lang.get(la, 'ui.thanks.text.music_url'), button=lang.get(la, 'ui.thanks.button.music_url'), command=lambda: webbrowser.open(oiapi)) @@ -1396,7 +1396,7 @@ lb4 = lb(pack_box=labelframe_thanks, label=lang.get(la, 'ui.thanks.text.sponsors lb4.place(button=(80, 175), label=(10, 180)) scrollbar3 = Scrollbar(labelframe_thanks, orient=VERTICAL) -sponsors_list = Listbox(labelframe_thanks, height=13, width=30, yscrollcommand=scrollbar3) +sponsors_list = Listbox(labelframe_thanks, height=13, width=30, yscrollcommand=scrollbar3.set) sponsors_list.place(x=10, y=210) scrollbar3.config(command=sponsors_list.yview) scrollbar3.place(x=227, y=210, height=240)