feat(event): separate implementation of broadcast and chain

This commit is contained in:
InfinityPacer
2024-09-20 13:52:09 +08:00
parent 85cb9f7cd7
commit 3bee5a8a86
2 changed files with 127 additions and 76 deletions
+2 -5
View File
@@ -57,11 +57,8 @@ class EventType(Enum):
# 同步链式事件
class SyncEventType(Enum):
# 刮削元数据
MetadataScrape = "metadata.scrape"
# 插件动作
PluginAction = "plugin.action"
class ChainEventType(Enum):
pass
# 系统配置Key字典