mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 06:47:00 +00:00
fix(程序): 修复海龟采矿和农场程序的多个问题
- 更新安装程序版本号至0.3.8 Beta 15 - 修改采矿程序:调整背包满阈值,添加中断处理和返回起始位置功能 - 修改农场程序:添加背包满检测,改进物品存放逻辑,添加中断处理 - 统一两个程序的错误提示信息和返回起始位置功能
This commit is contained in:
@@ -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..")...")
|
||||
|
||||
Reference in New Issue
Block a user