feat: add the twitter lobehub skill (#11342)

feat: add the twitter lobehub skill
This commit is contained in:
Shinji-Li
2026-01-08 16:34:08 +08:00
committed by GitHub
parent f631de1df4
commit 503acb32b2

View File

@@ -1,4 +1,4 @@
import { type IconType, SiLinear } from '@icons-pack/react-simple-icons';
import { type IconType, SiLinear, SiX } from '@icons-pack/react-simple-icons';
export interface LobehubSkillProviderType {
/**
@@ -40,6 +40,12 @@ export const LOBEHUB_SKILL_PROVIDERS: LobehubSkillProviderType[] = [
id: 'microsoft',
label: 'Outlook Calendar',
},
{
defaultVisible: true,
icon: SiX,
id: 'twitter',
label: 'X (Twitter)',
},
];
/**