mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
style(installer): 修改安装程序提示符格式
将安装程序的输入提示符从"$ "改为"$ installer >>> ",使其更清晰表明当前处于安装程序上下文
This commit is contained in:
@@ -64,7 +64,7 @@ tu.coloredPrint(colors.yellow,
|
||||
local ROM_DIR
|
||||
tu.coloredPrint("Enter installation directory ", colors.yellow, "[",
|
||||
colors.lightBlue, DEFAULT_ROM_DIR, colors.yellow, "]")
|
||||
tu.coloredWrite(colors.yellow, "$ ")
|
||||
tu.coloredWrite(colors.yellow, "$ installer >>> ")
|
||||
|
||||
ROM_DIR = read()
|
||||
if #ROM_DIR == 0 then ROM_DIR = DEFAULT_ROM_DIR end
|
||||
|
||||
Reference in New Issue
Block a user