mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-17 17:46:12 +03:00
* refactor(channels): own setup and instance contracts * refactor(channels): isolate management contracts * refactor(channels): normalize activation contracts * fix(channels): enforce management contracts * refactor(channels): finish setup ownership migration * fix(channels): harden management contracts * fix(channels): enforce lazy loading and runtime ownership * fix(feishu): make multi-instance startup idempotent * fix(webui): render channel setup contracts cleanly * fix(feishu): stop websocket clients cleanly * fix(channels): enforce persistence and activation gates * fix(channels): preserve global feature action scope * fix(channels): apply defaults for single plugins * fix(channels): enforce management contract boundaries * refactor(feishu): remove identity helper indirection * fix(channels): preserve management setup contracts * refactor(channels): generalize instance settings UI * refactor(channels): package channel plugins with web UI metadata * refactor(channels): make built-ins self-contained packages * test(channels): colocate tests with channel packages * fix(dingtalk): use official brand icon * feat(channels): colocate webui translations * docs(channels): clarify plugin ownership * test(exec): remove output wait race * refactor(channels): unify plugin descriptors * fix(channels): enforce descriptor-owned contracts * refactor(channels): finish package-owned plugin setup * refactor(channels): use repository-owned packages only * fix(channels): self-describe dependencies and runtime state * fix(channels): warn about legacy entry points
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"displayName": "微信",
|
|
"description": "在微信会话中使用 nanobot。",
|
|
"requirements": "微信渠道配置和网关",
|
|
"setup": {
|
|
"primaryAction": "连接微信",
|
|
"docsLabel": "打开微信配置指南",
|
|
"officialLabel": "打开微信",
|
|
"tryIt": "二维码登录完成后,向已连接的账户发送一条微信私信。",
|
|
"summary": "微信通过二维码登录,并将账户状态保存在本地。",
|
|
"steps": [
|
|
"点击连接,用手机微信扫描二维码。",
|
|
"微信接收消息期间请保持本地网关运行。",
|
|
"发送一条私信测试,确认账户已连接。"
|
|
],
|
|
"fields": {
|
|
"allowFrom": {
|
|
"label": "允许的用户",
|
|
"placeholder": "用户 ID,用逗号分隔"
|
|
},
|
|
"token": {
|
|
"label": "令牌",
|
|
"placeholder": "二维码登录后自动保存"
|
|
}
|
|
}
|
|
},
|
|
"custom": {
|
|
"qrAlt": "微信登录二维码",
|
|
"scanTitle": "使用微信扫码",
|
|
"scanDescription": "用手机微信扫描此二维码。登录后,nanobot 会将账户状态保存在本地。",
|
|
"waiting": "正在等待微信扫码...",
|
|
"connected": "微信已连接。",
|
|
"stopped": "微信登录已停止。",
|
|
"connecting": "正在连接..."
|
|
}
|
|
}
|