From 34153dede236d5f5dd388c20b509650b5fd0cec4 Mon Sep 17 00:00:00 2001 From: NFL_jiancx <1678594309@qq.com> Date: Fri, 4 Apr 2025 14:06:52 +0800 Subject: [PATCH] =?UTF-8?q?chore(NFLmusic):=20=E6=9B=B4=E6=96=B0=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将软件版本号从 4.1.9 修改为 4.1.10 - 此更新统一了软件的版本信息,确保版本一致性 --- NFLmusic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NFLmusic.py b/NFLmusic.py index 3fd06f5..f26cd66 100644 --- a/NFLmusic.py +++ b/NFLmusic.py @@ -1238,7 +1238,7 @@ def search_local_song(): time.sleep(1) -version = "4.1.9" +version = "4.1.10" poem = "" appdata = os.getenv("APPDATA") make_resource()