diff --git a/public/youtube-subtitle.png b/public/youtube-subtitle.png new file mode 100644 index 0000000..adbb335 Binary files /dev/null and b/public/youtube-subtitle.png differ diff --git a/src/biz/Body.tsx b/src/biz/Body.tsx index 722f69f..5702168 100644 --- a/src/biz/Body.tsx +++ b/src/biz/Body.tsx @@ -176,6 +176,14 @@ const Body = () => {
可以尝试将概览生成的内容粘贴到视频评论里,发布后看看有什么效果🥳
{(segments?.length??0) > 0 && } +
+
youtube subtitleYoutube Subtitle
+
这是Youtube版的字幕列表
+
+ Chrome商店 + Edge商店 +
+
} diff --git a/src/biz/MoreBtn.tsx b/src/biz/MoreBtn.tsx index e507d27..5c83646 100644 --- a/src/biz/MoreBtn.tsx +++ b/src/biz/MoreBtn.tsx @@ -259,6 +259,16 @@ const MoreBtn = (props: Props) => { 微信公众号(IndieKKY) +
  • + { + e.preventDefault() + e.stopPropagation() + openUrl('https://chromewebstore.google.com/detail/fiaeclpicddpifeflpmlgmbjgaedladf') + }}> + youtube subtitle + Youtube Subtitle + +
  • { dispatch(setPage(PAGE_SETTINGS))