mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
✨ feat: add the twitter lobehub skill (#11342)
feat: add the twitter lobehub skill
This commit is contained in:
@@ -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)',
|
||||
},
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user