Skip to content

Commit

Permalink
fix: copy text
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 2, 2023
1 parent 7a7f4c2 commit 6cd52a0
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions pages/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const Home: NextPage = () => {
>
你只需要把任意 Bilibili 视频 URL 中的后缀 "
<span className="text-pink-400">.com</span>" 改成我的域名 "
<span className="text-sky-400">jimmylv.cn</span>" 就行啦!
<span className="text-sky-400">jimmylv.cn</span>" 就行啦!😉
<br />
比如 www.bilibili.
<span className="text-pink-400 line-through">com</span>
Expand All @@ -140,8 +140,15 @@ export const Home: NextPage = () => {
<div className="mt-4">Powered by GPT-3.5 AI</div>
</h1>
<p className="mt-10 text-center text-lg text-gray-500 sm:text-2xl">
在下面的输入框,直接复制粘贴{" "}
<span className="text-pink-400 ">哔哩哔哩 </span>
在下面的输入框,直接复制粘贴
<a
className="text-sky-400"
href="https://www.bilibili.com/video/BV1fX4y1Q7Ux/"
target="_blank"
rel="noopener noreferrer"
>
{" bilibili.com "}
</a>
视频链接 👇
</p>
<details>
Expand All @@ -165,7 +172,11 @@ export const Home: NextPage = () => {
请使用自己的 API Key
</span>{" "}
<a href="/wechat.jpg" target="_blank" rel="noopener noreferrer">
(我的账号可能很快没钱了,也可以就真的 <span className="text-pink-400 hover:underline">「给我打钱」</span>哦 🤣)
(我的账号可能很快没钱了,也可以就真的{" "}
<span className="text-pink-400 hover:underline">
「给我打钱」
</span>
哦 🤣)
</a>
</p>
</summary>
Expand Down

1 comment on commit 6cd52a0

@vercel
Copy link

@vercel vercel bot commented on 6cd52a0 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.