From 3d3c7c11974c2dfe634c569437f1a17ecc648e45 Mon Sep 17 00:00:00 2001 From: HKXluo Date: Wed, 12 Nov 2025 16:32:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=A0basalt=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E9=94=99=E8=AF=AF=E5=AF=BC=E8=87=B4=E5=B4=A9=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- music168.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music168.lua b/music168.lua index 1a63dbd..30693b6 100644 --- a/music168.lua +++ b/music168.lua @@ -2,7 +2,7 @@ --*获取程序所在目录 local mypath = "/"..fs.getDir(shell.getRunningProgram()) -if not fs.exists(mypath.."/lib/basalt.lua") then shell.run("wget https://git.liulikeji.cn/GitHub/Basalt/releases/download/v1.6.3/basalt.lua lib/basalt.lua") end +if not fs.exists(mypath.."/lib/basalt.lua") then shell.run("wget https://git.liulikeji.cn/GitHub/Basalt/releases/download/v1.6.6/basalt.lua lib/basalt.lua") end if not fs.exists(mypath.."/speakerlib.lua") then shell.run("wget https://git.liulikeji.cn/xingluo/ComputerCraft-Music168-Player/raw/branch/1.1.0/speakerlib.lua") end if not fs.exists(mypath.."/MusicLyrics.lua") then shell.run("wget https://git.liulikeji.cn/xingluo/ComputerCraft-Music168-Player/raw/branch/1.1.0/MusicLyrics.lua") end