feat(event): add ModuleReload event type

This commit is contained in:
InfinityPacer
2024-09-30 19:19:51 +08:00
parent 835e0b4d5d
commit 0ca42236d6
2 changed files with 5 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ class EventType(Enum):
SystemError = "system.error"
# 刮削元数据
MetadataScrape = "metadata.scrape"
# 模块需要重载
ModuleReload = "module.reload"
# 同步链式事件