mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
- 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>
7 lines
159 B
TypeScript
7 lines
159 B
TypeScript
export default {
|
|
overview: 'Overview',
|
|
telegram: 'Telegram',
|
|
weixin: 'WeChat',
|
|
dingtalk: 'DingTalk',
|
|
'custom-channels': 'Custom Channel Plugins',
|
|
};
|