fix #607 目录监控全量同步

This commit is contained in:
jxxghp
2023-10-16 17:04:51 +08:00
parent c94866631b
commit 70f533684f
2 changed files with 353 additions and 259 deletions

View File

@ -44,6 +44,8 @@ class EventType(Enum):
NameRecognize = "name.recognize"
# 名称识别结果
NameRecognizeResult = "name.recognize.result"
# 目录监控同步
DirectorySync = "directory.sync"
# 系统配置Key字典