diff --git a/public/bibigpt.png b/public/bibigpt.png new file mode 100644 index 0000000..5be4212 Binary files /dev/null and b/public/bibigpt.png differ diff --git a/src/biz/Body.tsx b/src/biz/Body.tsx index cf8d3a9..6ba5882 100644 --- a/src/biz/Body.tsx +++ b/src/biz/Body.tsx @@ -210,29 +210,54 @@ const Body = () => {
- {segments?.map((segment, segmentIdx) => )} + {segments?.map((segment, segmentIdx) => )} {/* tip */}
💡提示💡
-
可以尝试将概览生成的内容粘贴到视频评论里,发布后看看有什么效果🥳
- {(segments?.length??0) > 0 && } +
可以尝试将概览生成的内容粘贴到视频评论里,发布后看看有什么效果🥳 +
+ {(segments?.length ?? 0) > 0 && }
-
youtube caption proYouTube Caption Pro
-
这是YouTube版的字幕列表
+
BibiGPTBibiGPT +
+
这是网页版的字幕列表,支持任意视频提取字幕总结(包括没有字幕的视频)
- { - e.preventDefault() - openUrl('https://chromewebstore.google.com/detail/fiaeclpicddpifeflpmlgmbjgaedladf') - }} className='link text-sm text-accent'>Chrome商店 - { - e.preventDefault() - openUrl('https://microsoftedge.microsoft.com/addons/detail/galeejdehabppfgooagmkclpppnbccpc') - }} className='link text-sm text-accent'>Edge商店 + { + e.preventDefault() + openUrl('https://bibigpt.co/r/bilibili') + }} className='link text-sm text-accent'>✨ BibiGPT ✨ +
+
+
+
youtube captionYouTube Caption Pro +
+
这是YouTube版的字幕列表 +
+
+ { + e.preventDefault() + openUrl('https://chromewebstore.google.com/detail/fiaeclpicddpifeflpmlgmbjgaedladf') + }} className='link text-sm text-accent'>Chrome商店 + { + e.preventDefault() + openUrl('https://microsoftedge.microsoft.com/addons/detail/galeejdehabppfgooagmkclpppnbccpc') + }} className='link text-sm text-accent'>Edge商店
diff --git a/src/biz/MoreBtn.tsx b/src/biz/MoreBtn.tsx index 055546a..3676194 100644 --- a/src/biz/MoreBtn.tsx +++ b/src/biz/MoreBtn.tsx @@ -261,14 +261,25 @@ const MoreBtn = (props: Props) => { 微信公众号(IndieKKY) +
  • + { + e.preventDefault() + e.stopPropagation() + openUrl('https://bibigpt.co/r/bilibili') + }}> + BibiGPT + BibiGPT + +
  • { e.preventDefault() e.stopPropagation() openUrl('https://chromewebstore.google.com/detail/fiaeclpicddpifeflpmlgmbjgaedladf') }}> - youtube subtitle - Youtube Caption Pro + youtube subtitle + Youtube Caption
  • @@ -284,7 +295,7 @@ const MoreBtn = (props: Props) => {
  • } - + } export default MoreBtn