From f82fb7317d576836592ece68ccfe31b531e5750c Mon Sep 17 00:00:00 2001 From: NFL_jiancx <1678594309@qq.com> Date: Thu, 1 May 2025 13:42:59 +0800 Subject: [PATCH] =?UTF-8?q?refactor(NFLmusic):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84=E5=B9=B6=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 save_jsondata() 函数调用改为 save_sth(),以提高代码的可读性和可维护性 - 更新软件版本号至 4.2.3,表示进行了小规模的代码改动 --- NFLmusic.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NFLmusic.py b/NFLmusic.py index 2f5caf4..1a81078 100644 --- a/NFLmusic.py +++ b/NFLmusic.py @@ -587,7 +587,7 @@ def settings(): tkinter.messagebox.showwarning(title=lang.get(la, "mbox.title.position_not_exist"), message=lang.get(la, "mbox.text.position_not_exist", )) else: - save_jsondata() + save_sth() tkinter.messagebox.showinfo(message=lang.get(la, "mbox.text.restart"), title=lang.get(la, "mbox.title.restart", )) restart0() @@ -1323,7 +1323,7 @@ def search_local_song(): time.sleep(1) -version = "4.2.2" +version = "4.2.3" poem = "" appdata = os.getenv("APPDATA") make_resource()