更新 play.lua

This commit is contained in:
2026-02-08 14:27:27 +08:00
parent 00e13e765e
commit ec8672160d

View File

@@ -3,7 +3,7 @@ local gpu = peripheral.wrap("tm_gpu_0")
gpu.refreshSize() gpu.refreshSize()
gpu.setSize(64) gpu.setSize(64)
local w, h = gpu.getSize() local w, h = gpu.getSize()
if not fs.exists("speakerlib.lua") then shell.run("wget https://git.liulikeji.cn/xingluo/computer_craft_video_play/raw/branch/main/speakerlib.lua") end
server_url = "https://newgmapi.liulikeji.cn" server_url = "https://newgmapi.liulikeji.cn"