From adb57f5ee8cb657d220267cc3712c80e24870b59 Mon Sep 17 00:00:00 2001 From: Leonmmcoset Date: Fri, 12 Sep 2025 17:20:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84appgui=E6=A8=A1=E5=9D=97=E5=AF=BC?= =?UTF-8?q?=E5=85=A5?= 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 107f4fc..4514560 100644 --- a/installer.lua +++ b/installer.lua @@ -69,7 +69,7 @@ term.write("[Installer] Loading done.\n") local term = require("term") local colors = require("colors") local rc = require("rc") -local appgui = require("appgui") +-- local appgui = require("appgui") -- 保存当前颜色设置 local old_fg = term.getTextColor() local old_bg = term.getBackgroundColor()