From 51bf522eebd43ece0bda997fc97d852ce2857982 Mon Sep 17 00:00:00 2001 From: IndieKKY Date: Sat, 18 Nov 2023 08:51:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0youtube=E7=89=88=E5=AD=97?= =?UTF-8?q?=E5=B9=95=E5=88=97=E8=A1=A8=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/biz/Body.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/biz/Body.tsx b/src/biz/Body.tsx index 5702168..6211b83 100644 --- a/src/biz/Body.tsx +++ b/src/biz/Body.tsx @@ -18,6 +18,7 @@ import {HEADER_HEIGHT, PAGE_SETTINGS, SUMMARIZE_ALL_THRESHOLD, SUMMARIZE_TYPES, import {FaClipboardList} from 'react-icons/fa' import useTranslate from '../hooks/useTranslate' import {getSummarize} from '../util/biz_util' +import {openUrl} from '@kky002/kky-util' const Body = () => { const dispatch = useAppDispatch() @@ -180,8 +181,14 @@ const Body = () => {
youtube subtitleYoutube Subtitle
这是Youtube版的字幕列表
- Chrome商店 - Edge商店 + { + 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商店