修复些bug

This commit is contained in:
2026-03-08 19:56:52 +08:00
parent de161899d6
commit b878cc71a3
10 changed files with 604 additions and 13 deletions

7
LuaApps/Hello.lua Normal file
View File

@@ -0,0 +1,7 @@
local window = gui.createWindow("Hello", 400, 300)
gui.clearWindow(window, "white")
gui.drawText(window, "Hello world!", "black", 10, 10)
gui.updateWindow(window)