feat: Berrycast embed support
This commit is contained in:
@@ -4,6 +4,7 @@ import { EmbedDescriptor } from "@shared/editor/types";
|
||||
import Image from "../components/Image";
|
||||
import Abstract from "./Abstract";
|
||||
import Airtable from "./Airtable";
|
||||
import Berrycast from "./Berrycast";
|
||||
import Bilibili from "./Bilibili";
|
||||
import Cawemo from "./Cawemo";
|
||||
import ClickUp from "./ClickUp";
|
||||
@@ -86,6 +87,14 @@ const embeds: EmbedDescriptor[] = [
|
||||
component: Airtable,
|
||||
matcher: matcher(Airtable),
|
||||
},
|
||||
{
|
||||
title: "Berrycast",
|
||||
keywords: "video",
|
||||
defaultHidden: true,
|
||||
icon: () => <Img src="/images/berrycast.png" alt="Berrycast" />,
|
||||
component: Berrycast,
|
||||
matcher: matcher(Berrycast),
|
||||
},
|
||||
{
|
||||
title: "Bilibili",
|
||||
keywords: "video",
|
||||
|
||||
Reference in New Issue
Block a user