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:
tanzhenxin 2026-03-26 14:41:20 +00:00
parent 0f9e4409df
commit 01c2e5a373
4 changed files with 253 additions and 1 deletions

View file

@ -3,4 +3,5 @@ export default {
telegram: 'Telegram',
weixin: 'WeChat',
dingtalk: 'DingTalk',
'custom-channels': 'Custom Channel Plugins',
};