mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 04:33:42 +08:00
Add plugin: Bilibili Video Info Fetching
This commit is contained in:
@@ -95,4 +95,14 @@ export const CN_PLUGINS: BuiltinPlugin[] = [
|
||||
enable: false,
|
||||
onlyNodeRuntime: false,
|
||||
},
|
||||
{
|
||||
name: "Bilibili视频信息获取",
|
||||
toolName: "bilibili_video_info",
|
||||
lang: "cn",
|
||||
description: "通过Bilibili视频ID获取视频信息,如标题、简介等。",
|
||||
builtin: true,
|
||||
createdAt: 1712394126000,
|
||||
enable: true,
|
||||
onlyNodeRuntime: true,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user