GUI:addKeyboardEvent("KEY_F1", function()
local asciiArt = {
"╔═══╗╔╗ ╔╗ ╔═══╗╔╗ ╔╗",
"║╔═╗║║║ ║║ ║╔═╗║║║ ║║",
"║║ ║║║╚═╝║ ║║ ║║║╚═╝║",
"║╚═╝║║╔═╗║ ║╚═╝║║╔═╗║",
"╚═══╝╚╝ ╚╝ ╚═══╝╚╝ ╚╝"
}
for i = 1, #asciiArt do
SL:print(asciiArt[i])
end
GUI:Win_CloseAll()
for k,_ in pairs(package.loaded) do
if string.find(k, "GUILayout") then
package.loaded[k] = nil
_G[k] = nil
end
end
SL:Require("GUILayout/GUIUtil",true)
end)
放入 GUIUtil.lua F1 刷新目录下的缓存