fix actions

This commit is contained in:
jxxghp
2025-02-27 13:09:01 +08:00
parent 4a42b0d000
commit ab0008be86
16 changed files with 116 additions and 29 deletions
+4
View File
@@ -27,6 +27,10 @@ class SendEventAction(BaseAction):
def description(self) -> str:
return "发送特定事件"
@property
def data(self) -> dict:
return SendEventParams().dict()
@property
def success(self) -> bool:
return self.__success