feat(workflow): implement action contract management for inputs and outputs

This commit is contained in:
jxxghp
2026-06-04 21:06:25 +08:00
parent a2984530f8
commit 97cfcda03c
20 changed files with 341 additions and 10 deletions
+2
View File
@@ -7,6 +7,8 @@ class NoteAction(BaseAction):
备注
"""
contract = {}
@classmethod
@property
def name(cls) -> str: # noqa