mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-13 15:49:16 +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
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
"description": "WeChat 대화에서 nanobot을 사용합니다.",
|
|
"requirements": "WeChat 채널 설정 및 게이트웨이",
|
|
"setup": {
|
|
"primaryAction": "WeChat 연결",
|
|
"docsLabel": "WeChat 설정 가이드 열기",
|
|
"officialLabel": "WeChat 열기",
|
|
"tryIt": "QR 로그인 후 연결된 계정으로 WeChat DM을 보내세요.",
|
|
"summary": "WeChat은 QR 코드로 로그인하고 계정 상태를 로컬에 저장합니다.",
|
|
"steps": [
|
|
"연결을 클릭하고 휴대폰 WeChat으로 QR 코드를 스캔하세요.",
|
|
"WeChat이 메시지를 받는 동안 로컬 게이트웨이를 실행해 두세요.",
|
|
"DM으로 테스트해 계정 연결을 확인하세요."
|
|
],
|
|
"fields": {
|
|
"allowFrom": {
|
|
"label": "허용된 사용자",
|
|
"placeholder": "사용자 ID, 쉼표로 구분"
|
|
},
|
|
"token": {
|
|
"label": "토큰",
|
|
"placeholder": "QR 로그인으로 저장됨"
|
|
}
|
|
}
|
|
},
|
|
"custom": {
|
|
"qrAlt": "WeChat 로그인 QR 코드",
|
|
"scanTitle": "WeChat으로 스캔",
|
|
"scanDescription": "휴대폰 WeChat으로 스캔하세요. 로그인 후 nanobot이 계정 상태를 로컬에 저장합니다.",
|
|
"waiting": "WeChat 스캔을 기다리는 중...",
|
|
"connected": "WeChat이 연결되었습니다.",
|
|
"stopped": "WeChat 로그인이 중지되었습니다.",
|
|
"connecting": "연결 중..."
|
|
}
|
|
}
|