feat: 添加时间显示和图片查看程序并更新安装器版本

- 添加 time.lua 程序用于显示和格式化当前时间
- 添加 imageview.lua 程序用于从URL加载和显示图片
- 添加 pkg_download_en.hlp 帮助文档说明包管理功能
- 更新安装器版本号至 0.3.7 Beta 7
This commit is contained in:
2025-09-02 14:42:25 +08:00
parent 3dfab20520
commit 07725d96ee
5 changed files with 252 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
-- LeonOS installer
local INSTALLER_VERSION = "0.3.7 Beta 6"
local INSTALLER_VERSION = "0.3.7 Beta 7"
local DEFAULT_ROM_DIR = "/leonos"
print("Start loading LeonOS installer ("..INSTALLER_VERSION..")...")