From b424aadc97b2b61014b72db771dff8f262cac7e1 Mon Sep 17 00:00:00 2001 From: NFL_jiancx <1678594309@qq.com> Date: Fri, 2 May 2025 13:25:32 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B3=204.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 NFLmusic.py 中的版本号从 4.2.3 修改为 4.2.4 - 此更新仅涉及版本号的更改,未修改其他代码 --- NFLmusic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NFLmusic.py b/NFLmusic.py index a805221..898a47f 100644 --- a/NFLmusic.py +++ b/NFLmusic.py @@ -1325,7 +1325,7 @@ def search_local_song(): time.sleep(1) -version = "4.2.3" +version = "4.2.4" poem = "" appdata = os.getenv("APPDATA") make_resource()