Add bilibili Embed Service (#2550)
* feat: Add bilibili Embed Service * chore: code format * chore: update bilibili icon
This commit is contained in:
@@ -3,6 +3,7 @@ import * as React from "react";
|
||||
import styled from "styled-components";
|
||||
import Abstract from "./Abstract";
|
||||
import Airtable from "./Airtable";
|
||||
import Bilibili from "./Bilibili";
|
||||
import Cawemo from "./Cawemo";
|
||||
import ClickUp from "./ClickUp";
|
||||
import Codepen from "./Codepen";
|
||||
@@ -66,6 +67,13 @@ export default [
|
||||
component: Airtable,
|
||||
matcher: matcher(Airtable),
|
||||
},
|
||||
{
|
||||
title: "Bilibili",
|
||||
keywords: "video",
|
||||
icon: () => <Img src="/images/bilibili.png" />,
|
||||
component: Bilibili,
|
||||
matcher: matcher(Bilibili),
|
||||
},
|
||||
{
|
||||
title: "Cawemo",
|
||||
keywords: "bpmn process",
|
||||
|
||||
Reference in New Issue
Block a user