mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
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>
This commit is contained in:
parent
0f9e4409df
commit
01c2e5a373
4 changed files with 253 additions and 1 deletions
|
|
@ -3,4 +3,5 @@ export default {
|
|||
telegram: 'Telegram',
|
||||
weixin: 'WeChat',
|
||||
dingtalk: 'DingTalk',
|
||||
'custom-channels': 'Custom Channel Plugins',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue