mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
refactor(本地化): 将程序标题从中文改为英文
统一程序界面标题为英文,提高代码一致性并方便国际化维护
This commit is contained in:
@@ -12,7 +12,7 @@ local old_bg = term.getBackgroundColor()
|
||||
term.setTextColor(colors.white)
|
||||
term.setBackgroundColor(colors.cyan)
|
||||
term.at(1, 1).clearLine()
|
||||
term.at(1, 1).write("=== 帮助系统 ===")
|
||||
term.at(1, 1).write("=== Help System ===")
|
||||
|
||||
-- 恢复颜色设置
|
||||
term.setTextColor(old_fg)
|
||||
|
||||
Reference in New Issue
Block a user