From 767a1d80436f9a5a188001d68b05d0f1e0092914 Mon Sep 17 00:00:00 2001 From: HKXluo Date: Wed, 12 Nov 2025 16:35:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8B=E8=BD=BD=E5=88=86?= =?UTF-8?q?=E6=94=AF=E4=B8=BAmain?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- music168.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/music168.lua b/music168.lua index 30693b6..0eb6d39 100644 --- a/music168.lua +++ b/music168.lua @@ -3,8 +3,8 @@ 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.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 +if not fs.exists(mypath.."/speakerlib.lua") then shell.run("wget https://git.liulikeji.cn/xingluo/ComputerCraft-Music168-Player/raw/branch/main/speakerlib.lua") end +if not fs.exists(mypath.."/MusicLyrics.lua") then shell.run("wget https://git.liulikeji.cn/xingluo/ComputerCraft-Music168-Player/raw/branch/main/MusicLyrics.lua") end --*GUI库导入 basalt = require(mypath.."/lib/basalt")