feat: 更新安装程序版本至0.3.8 Beta 5

refactor: 移除ROM目录下多余的completions文件
docs: 添加项目规则说明要求使用中文回复
chore: 添加VSCode计数器生成的代码统计文件
This commit is contained in:
2025-09-03 17:45:46 +08:00
parent 16006674e6
commit b83331a6a8
33 changed files with 926 additions and 126 deletions

View File

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