Merge pull request #1920 from hotlcc/develop-20240417-用户配置

新增用户配置相关能力和接口
This commit is contained in:
jxxghp
2024-04-23 09:57:55 +08:00
committed by GitHub
5 changed files with 163 additions and 1 deletions

View File

@ -124,3 +124,9 @@ class MessageChannel(Enum):
SynologyChat = "SynologyChat"
VoceChat = "VoceChat"
Web = "Web"
# 用户配置Key字典
class UserConfigKey(Enum):
# 监控面板
Dashboard = "Dashboard"