fix(程序): 修复海龟采矿和农场程序的多个问题

- 更新安装程序版本号至0.3.8 Beta 15
- 修改采矿程序:调整背包满阈值,添加中断处理和返回起始位置功能
- 修改农场程序:添加背包满检测,改进物品存放逻辑,添加中断处理
- 统一两个程序的错误提示信息和返回起始位置功能
This commit is contained in:
2025-09-05 20:59:32 +08:00
parent 928878cb63
commit ef4875d456
3 changed files with 58 additions and 10 deletions

View File

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