chore: separate lark and feishu provider

This commit is contained in:
QuantumGhost
2026-07-15 15:35:14 +08:00
parent 3ff1c91d84
commit 30fdbed7f2
@@ -53,6 +53,7 @@ class DebugChannel(enum.StrEnum):
DING_TALK = enum.auto()
MS_TEAMS = enum.auto()
WE_COM = enum.auto()
LARK = enum.auto()
class DebugModeConfig(BaseModel):