docs(installer): 更新安装程序标题为LeonOS (Alpha 1.1)

更新安装程序界面显示的标题,添加版本号以明确当前安装的版本
This commit is contained in:
2025-08-31 21:32:25 +08:00
parent 7f63466ac0
commit 70c261c30d

View File

@@ -65,7 +65,7 @@ end
print("[Installer] Loading done.") print("[Installer] Loading done.")
term.at(1,1).clear() term.at(1,1).clear()
tu.coloredPrint(colors.yellow, tu.coloredPrint(colors.yellow,
"LeonOS Installer\n=======================") "LeonOS Installer (Alpha 1.1)\n=======================")
print("You are going to install LeonOS to your computer.") print("You are going to install LeonOS to your computer.")
print("This will overwrite any existing files in the installation directory.") print("This will overwrite any existing files in the installation directory.")
tu.coloredPrint(colors.yellow, "Are you sure? (y/n)") tu.coloredPrint(colors.yellow, "Are you sure? (y/n)")