feat(event): update comment

This commit is contained in:
InfinityPacer
2025-01-31 01:40:15 +08:00
parent 8635d8c53f
commit bba0d363d7

View File

@@ -221,6 +221,7 @@ class TransferInterceptEventData(ChainEventData):
source (str): 拦截源,默认值为 "未知拦截源"
reason (str): 拦截原因,描述拦截的具体原因
"""
# 输入参数
fileitem: FileItem = Field(..., description="源文件")
target_storage: str = Field(..., description="目标存储")
target_path: Path = Field(..., description="目标路径")