lobehub/docs/usage/user-interface/command-menu.zh-CN.mdx
Rdmclin2 3f9c23e7b4
feat: support lark and feishu bot (#12712)
* feat: support lark and feishu

* chore: change integration to channel

* chore: rename from integration to channel

* fix: channel router

* feat: add topic list channel provider icon

* chore: update webhook url

* chore:  channel form refact

* chore: update i18n  keys to channel

* chore: update form item description

* style: hide required mark

* feat: add lark chat adapter

* chore: clean speaker tag  & add username api adapter

* chore: adjust topic channel icon

* chore: move developer mode to advanced setting

* chore: add lark icon

* fix: detail style

* fix: token check logic

* fix: encrpted risk

* fix: vercel function appId

* chore: remove webhook mode for discord

* chore: add doc link

* chore: add channel docs

* chore: remove unused import

* fix: create bot with wrong platform

* chore: update intergration to channel

* fix: udpate variable import

* fix: tsgo error

* chore: optimize webhook url trim

* chore: update copy text

* fix: telegram webhook not set

* chore: add persist logic

* docs: update feishu doc

* chore: update feishu and lark tenant

* chore: update docs

* chore: make verfication code required

* chore: update feishu docs

* chore: update verfication comment

* chore: update docs permission  list

* chore: verificationToken optional

* chore: update feishu and lark color

* chore: use test id
2026-03-08 19:18:06 +08:00

86 lines
3.4 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 命令菜单
description: LobeHub 的快捷操作中心——搜索助理、话题、设置,用几个按键跳转到任意位置。
tags:
- LobeHub
- 命令菜单
- 快速导航
- 搜索
- 快捷键
---
# 命令菜单
命令菜单是 LobeHub 的快捷操作中心。按下 `⌘ + K`Mac或 `Ctrl + K`Windows/Linux搜索浮层会出现在屏幕中央。输入几个关键词即可找到助理、话题、设置或操作 —— 无需逐层点击菜单或侧边栏。这是浏览 LobeHub 最快的方式。
**模糊搜索** — 无需输入完整名称。「编程」或「python」都能匹配「Python 编程助理」。频繁切换助理时,命令菜单比在侧边栏中查找快得多。
## 打开命令菜单
- **macOS** `Cmd + K`
- **Windows/Linux** `Ctrl + K`
菜单会以浮层形式出现在屏幕中央。
<Image alt={'命令菜单'} src={'https://file.rene.wang/clipboard-1769137275089-21cf7ab42d52b.png'} />
## 可以搜索什么
| 类型 | 示例 |
| ----------- | ------------------------- |
| **助理** | 输入助理名称切换会话或开始新对话 |
| **话题** | 输入话题关键词跳转到历史对话 |
| **板块** | 「设置」「文稿」「资源」—— 直接跳转到对应板块 |
| **技能与 MCP** | 搜索插件和 MCP 服务器 |
| **操作** | 「创建助理」「创建群组」—— 无需进入菜单即可执行 |
**键盘导航:** 用 `↑` 和 `↓` 在结果间移动,`Enter` 执行,`Esc` 关闭。输入消息时,`Tab` 可在结果类别间切换。
<Image alt={'命令菜单搜索和导航'} src={'https://file.rene.wang/clipboard-1769137300488-0b894cc8c7a67.png'} />
## 向助理提问
要与指定助理开始对话:
1. 按 `Cmd + K` / `Ctrl + K` 打开命令菜单
2. 输入你的消息或话题
3. 按 `Tab` 切换到助理选择器
4. 选择助理并按 `Enter` —— 对话立即开始
**新建:** 选择「创建助理」或「创建群组」,按 `Enter` 即可创建,无需离开菜单。
## 快捷导航
选择「文稿」「资源」等板块,按 `Enter` 即可跳转。无需滚动侧边栏,无需额外点击。
## 搜索内容
输入关键词可搜索:
- **历史消息** — 按内容查找对话
- **助理** — 按名称或描述切换
- **MCP 插件** — 查找并访问已安装的工具
结果会分类显示,方便快速识别并选择正确项。
## 使用场景
**任务中途切换助理** — `Cmd + K` → 输入助理名 → 回车。比在侧边栏点击更快。
**恢复之前的对话** — `Cmd + K` → 输入话题中的关键词 → 回车。直接跳转到该话题。
**不打断流程创建新助理** — `Cmd + K` → 「创建助理」→ 回车。无需找到创建按钮。
**快速进入设置** — `Cmd + K` → 「设置」→ 回车。一个快捷键替代头像 → 菜单 → 设置。
## 使用技巧
- **打开后直接输入** — 菜单打开后即可输入,无需点击搜索框。
- **用 Tab 切换上下文** — 输入消息后Tab 可切换到选择助理或操作,已输入内容不会丢失。
- **Esc 取消** — 随时按 Esc 关闭菜单,不执行任何操作。
<Cards>
<Card href={'/zh/docs/usage/user-interface/shortcuts'} title={'快捷键'} />
<Card href={'/zh/docs/usage/agent/topic'} title={'话题'} />
</Cards>