Skip to content

Commit

Permalink
fix: update suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 15, 2023
1 parent 9ca0067 commit 586162e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SummaryResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function SummaryResult({
const { summaryArray, formattedSummary } = formatSummary(formattedCachedSummary);
const summaryNote =
formattedSummary +
"\n\n #BibiGPT自动总结 b.jimmylv.cn @吕立青_JimmyLv \nBV1fX4y1Q7Ux";
"\n\n#BibiGPT https://b.jimmylv.cn @吕立青_JimmyLv \nBV1fX4y1Q7Ux";

const handleCopy = () => {
if (!isSecureContext) {
Expand Down

1 comment on commit 586162e

@vercel
Copy link

@vercel vercel bot commented on 586162e Mar 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.