From 70c261c30dd8ee63ee886225bcf01758c7f3597a Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Sun, 31 Aug 2025 21:32:25 +0800 Subject: [PATCH] =?UTF-8?q?docs(installer):=20=E6=9B=B4=E6=96=B0=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E7=A8=8B=E5=BA=8F=E6=A0=87=E9=A2=98=E4=B8=BALeonOS=20?= =?UTF-8?q?(Alpha=201.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新安装程序界面显示的标题,添加版本号以明确当前安装的版本 --- installer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.lua b/installer.lua index 1165aeb..e5fb538 100644 --- a/installer.lua +++ b/installer.lua @@ -65,7 +65,7 @@ end print("[Installer] Loading done.") term.at(1,1).clear() tu.coloredPrint(colors.yellow, - "LeonOS Installer\n=======================") + "LeonOS Installer (Alpha 1.1)\n=======================") print("You are going to install LeonOS to your computer.") print("This will overwrite any existing files in the installation directory.") tu.coloredPrint(colors.yellow, "Are you sure? (y/n)")