初步集成消息通道,支持Telegram + Lark机器人

This commit is contained in:
xintaofei
2026-03-30 22:51:49 +08:00
parent 544abbd15d
commit d18cec33bf
44 changed files with 4106 additions and 11 deletions

View File

@@ -12,6 +12,7 @@ import {
GitBranch,
Globe,
Keyboard,
MessageCircle,
Palette,
PlugZap,
Settings,
@@ -33,6 +34,7 @@ interface SettingsNavItem {
| "skills"
| "shortcuts"
| "version_control"
| "chat_channels"
| "system"
| "web_service"
icon: ComponentType<{ className?: string }>
@@ -69,6 +71,11 @@ const SETTINGS_NAV_ITEMS: SettingsNavItem[] = [
labelKey: "version_control",
icon: GitBranch,
},
{
href: "/settings/chat-channels",
labelKey: "chat_channels",
icon: MessageCircle,
},
{
href: "/settings/web-service",
labelKey: "web_service",