IvanWu2015/dsh-connect--packages-connect-feishu ↗★ 0
dsh-connect-feishu
用于 dsh-connect 的飞书/Lark 通道适配器
AI 分析
核心用途是为dsh-connect核心提供飞书通道接入能力,支持长连接事件接收、消息规范化和工作总结卡片。适合需要通过飞书与DSH进行交互的用户。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
In the DSH profile's cordis.patch.yml:
- insert:
- id: connect
name: dsh-connect
- id: connect-feishu
name: dsh-connect-feishu
config:
appId: cli_xxx
appSecret: cli_secret_xxx
transport: websocket
requireMention: true
dmMode: open
| Key | Default | Description |
|---|---|---|
appId / appSecret | env FEISHU_APP_ID / FEISHU_APP_SECRET | Feishu custom app credentials |
transport | websocket | Long connection (no public network needed); webhook needs public HTTPS |
requireMention | true | Groups only respond when the bot is @mentioned |
dmMode | open | DM policy: open / allowlist / pair / disabled |
language | zh | User-facing message language: zh / en |
On the Feishu side you also need: bot capability enabled, im.message.receive_v1 and card.action.trigger events subscribed, and an app version published. See docs/feishu-setup.md in the repository.