fix: 修复turtle_farmer.lua中缺少的end语句

This commit is contained in:
2025-09-05 21:12:12 +08:00
parent ef4875d456
commit 03c0a6bdc5
2 changed files with 2 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ local function isInventoryFull()
end
end
return empty_slots <= INVENTORY_FULL_THRESHOLD
end
-- 检查燃料是否充足

View File

@@ -1,5 +1,5 @@
-- LeonOS installer
local INSTALLER_VERSION = "0.3.8 Beta 15"
local INSTALLER_VERSION = "0.3.8 Beta 16"
local DEFAULT_ROM_DIR = "/leonos"
print("Start loading LeonOS installer ("..INSTALLER_VERSION..")...")