features: supports WeChat channel

This commit is contained in:
xintaofei
2026-04-02 00:17:23 +08:00
parent a34d14bf59
commit 8050e30a55
25 changed files with 1223 additions and 65 deletions

View File

@@ -850,7 +850,7 @@ export interface PreflightResult {
// ─── Chat Channels ───
export type ChannelType = "lark" | "telegram"
export type ChannelType = "lark" | "telegram" | "weixin"
export type ChannelConnectionStatus =
| "connected"