qwen-code/docs/users/features/channels/_meta.ts
tanzhenxin 01c2e5a373 docs(channels): add custom channel plugins documentation
- Document channels config in extension manifest
- Add guide for creating custom channel adapters
- Explain ChannelPlugin interface and ChannelBase usage

This enables users to extend the channel system with custom platform adapters.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-03-26 14:41:20 +00:00

7 lines
159 B
TypeScript

export default {
overview: 'Overview',
telegram: 'Telegram',
weixin: 'WeChat',
dingtalk: 'DingTalk',
'custom-channels': 'Custom Channel Plugins',
};