This commit is contained in:
yumoqing 2025-08-15 17:03:53 +08:00
parent d7c488cda4
commit f82ef91f3b

View File

@ -1,6 +1,6 @@
from ahserver.serverenv import ServerEnv
def UiComform(title="请确认",message="请确认", binds=[]):
def UiConform(title="请确认",message="请确认", binds=[]):
return {
"widgettype":"Conform",
"options":{
@ -60,4 +60,4 @@ def load_pybricks():
g.UiWindow = UiWindow
g.UiError = UiError
g.UiMessage = UiMessage
g.UiComform = UiComform