This commit is contained in:
HKXluo
2025-05-04 21:22:18 +08:00
parent f09c7d77a8
commit 2dbd84e514
3 changed files with 285 additions and 724 deletions

View File

@@ -56,7 +56,7 @@ luafile = http.get(download_url)
if luafile then
print("\nLua file downloaded successfully.")
-- 保存Lua文件 / Save Lua file
-- 保存bimg文件 / Save bimg file
f = fs.open("demo.bimg", "w")
f.write(luafile.readAll())
f.close()