Skip to content

Commit

Permalink
feat: add signature
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 2, 2023
1 parent ff62145 commit 73e2741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export const Home: NextPage = () => {
});
return;
}
navigator.clipboard.writeText(summary);
navigator.clipboard.writeText(summary + '\n\n via #BiliGPT b.jimmylv.cn');
toast("复制成功", {
icon: "✂️",
});
Expand Down

1 comment on commit 73e2741

@vercel
Copy link

@vercel vercel bot commented on 73e2741 Mar 2, 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.