From 8fc06e866ef089f2fa052feaef8d64ff5544c662 Mon Sep 17 00:00:00 2001 From: JimmyLv Date: Tue, 7 Mar 2023 13:20:58 +0800 Subject: [PATCH] fix: add my video bvid --- components/SummaryResult.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/SummaryResult.tsx b/components/SummaryResult.tsx index 7ee105e8..4b9fe6cb 100644 --- a/components/SummaryResult.tsx +++ b/components/SummaryResult.tsx @@ -29,7 +29,7 @@ export function SummaryResult({ } // todo: update the timestamp navigator.clipboard.writeText( - formattedSummary + "\n\n via #BibiGPT b.jimmylv.cn @吕立青_JimmyLv" + formattedSummary + "\n\n #BibiGPT自动总结 b.jimmylv.cn @吕立青_JimmyLv \nBV1fX4y1Q7Ux" ); toast({ description: "复制成功 ✂️" }); };