mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 04:33:42 +08:00
chore: small changes
This commit is contained in:
@@ -32,46 +32,6 @@ export const CN_PLUGINS: BuiltinPlugin[] = [
|
||||
enable: true,
|
||||
onlyNodeRuntime: false,
|
||||
},
|
||||
{
|
||||
name: "Bilibili视频信息获取",
|
||||
toolName: "bilibili_video_info",
|
||||
lang: "cn",
|
||||
description: "通过Bilibili视频ID获取视频信息,如标题、简介等。",
|
||||
builtin: true,
|
||||
createdAt: 1712394126000,
|
||||
enable: true,
|
||||
onlyNodeRuntime: false,
|
||||
},
|
||||
{
|
||||
name: "Bilibili视频搜索",
|
||||
toolName: "bilibili_video_search",
|
||||
lang: "cn",
|
||||
description: "通过关键词搜索Bilibili视频,并获取视频信息。",
|
||||
builtin: true,
|
||||
createdAt: 1712394126000,
|
||||
enable: true,
|
||||
onlyNodeRuntime: false,
|
||||
},
|
||||
{
|
||||
name: "Bilibili听歌识曲",
|
||||
toolName: "bilibili_music_recognition",
|
||||
lang: "cn",
|
||||
description: "通过Bilibili视频ID进行听歌识曲识别。",
|
||||
builtin: true,
|
||||
createdAt: 1712394126000,
|
||||
enable: true,
|
||||
onlyNodeRuntime: false,
|
||||
},
|
||||
{
|
||||
name: "Bilibili视频总结",
|
||||
toolName: "bilibili_video_conclusion",
|
||||
lang: "cn",
|
||||
description: "通过Bilibili视频ID进行视频总结。",
|
||||
builtin: true,
|
||||
createdAt: 1712394126000,
|
||||
enable: true,
|
||||
onlyNodeRuntime: false,
|
||||
},
|
||||
{
|
||||
name: "维基百科",
|
||||
toolName: "WikipediaQueryRun",
|
||||
@@ -135,4 +95,46 @@ 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: false,
|
||||
onlyNodeRuntime: false,
|
||||
},
|
||||
{
|
||||
name: "bilibili视频搜索",
|
||||
toolName: "bilibili_video_search",
|
||||
lang: "cn",
|
||||
description: "通过关键词搜索bilibili视频,并获取视频信息。",
|
||||
builtin: true,
|
||||
createdAt: 1712394126000,
|
||||
enable: false,
|
||||
onlyNodeRuntime: false,
|
||||
},
|
||||
{
|
||||
name: "bilibili听歌识曲",
|
||||
toolName: "bilibili_music_recognition",
|
||||
lang: "cn",
|
||||
description:
|
||||
"通过bilibili视频ID进行听歌识曲识别。(建议同时启用`bilibili视频信息获取`插件保证功能完整)",
|
||||
builtin: true,
|
||||
createdAt: 1712394126000,
|
||||
enable: false,
|
||||
onlyNodeRuntime: false,
|
||||
},
|
||||
{
|
||||
name: "bilibili视频总结",
|
||||
toolName: "bilibili_video_conclusion",
|
||||
lang: "cn",
|
||||
description:
|
||||
"通过bilibili视频ID进行视频总结。(建议同时启用`bilibili视频信息获取`插件保证功能完整)",
|
||||
builtin: true,
|
||||
createdAt: 1712394126000,
|
||||
enable: false,
|
||||
onlyNodeRuntime: false,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user