feat(event): add ResourceDownload event for cancel download

This commit is contained in:
InfinityPacer
2024-12-06 01:55:44 +08:00
parent 896e473c41
commit 6e443a1127
2 changed files with 42 additions and 1 deletions
+2
View File
@@ -72,6 +72,8 @@ class ChainEventType(Enum):
TransferRename = "transfer.rename"
# 资源选择
ResourceSelection = "resource.selection"
# 资源下载
ResourceDownload = "resource.download"
# 系统配置Key字典