feat:系统错误时发出事件

This commit is contained in:
jxxghp
2024-05-29 16:28:17 +08:00
parent 4c5366f8b4
commit 74980911fe
4 changed files with 34 additions and 0 deletions

View File

@ -46,6 +46,8 @@ class EventType(Enum):
SubscribeAdded = "subscribe.added"
# 订阅已完成
SubscribeComplete = "subscribe.complete"
# 系统错误
SystemError = "system.error"
# 系统配置Key字典