From 8ca3f42a3b7c8e05d2bc8425adfe9e8dac8573c9 Mon Sep 17 00:00:00 2001 From: chengyongru Date: Thu, 18 Jun 2026 17:33:18 +0800 Subject: [PATCH] docs: note feishu login URL fallback maintainer edit: document that Feishu login prints a URL when optional terminal QR rendering is unavailable. --- docs/chat-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chat-apps.md b/docs/chat-apps.md index 56ae7c23..c46caf23 100644 --- a/docs/chat-apps.md +++ b/docs/chat-apps.md @@ -350,7 +350,7 @@ nanobot channels login feishu # Use --force to create/sign in with a new bot ``` -Open the printed URL or scan the QR code with Feishu/Lark on your phone. nanobot writes `appId`, `appSecret`, `domain`, and `enabled` under `channels.feishu` in the active config file. Use `--config ` to update a non-default config. +Open the printed URL or scan the QR code with Feishu/Lark on your phone. If the optional `qrcode` package is installed, nanobot shows a terminal QR code; otherwise it prints the login URL. nanobot writes `appId`, `appSecret`, `domain`, and `enabled` under `channels.feishu` in the active config file. Use `--config ` to update a non-default config. If QR login is unavailable for your account, use manual setup below.