Skip to content

Commit

Permalink
Add link
Browse files Browse the repository at this point in the history
  • Loading branch information
lvwzhen committed Jun 23, 2023
1 parent 71624ac commit c7d65bd
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 15 deletions.
48 changes: 33 additions & 15 deletions pages/index.tsx
Expand Up @@ -62,72 +62,90 @@ export default function Home() {
</li>
<li>
<Link
href="https://www.teach-anything.com/?ref=lawcnai"
href="https://reviewgpt.net/?ref=lawcnai"
className="dark:bg-white/30
dark:border-slate-900
dark:text-slate-900 text-slate-400 border border-slate-300/30 transition-all hover:bg-white/50 hover:backdrop-blur-md py-2.5 rounded-md block"
>
<Image
src={'/TeachAnything.png'}
src={'/ReviewGPT.png'}
width={100}
height="20"
className="w-full mb-1 h-5 object-contain"
alt="Teach Anything - AI 百科全书"
alt="ReviewGPT - Make Your Writing Awesome"
/>
AI 百科全书
AI 改写文章
</Link>
</li>
<li>
<Link
href="https://ask2end.com/?ref=lawcnai"
href="https://openl.io/?ref=lawcnai"
className="dark:bg-white/30
dark:border-slate-900
dark:text-slate-900 text-slate-400 border border-slate-300/30 transition-all hover:bg-white/50 hover:backdrop-blur-md py-2.5 rounded-md block"
>
<Image
src={'/Ask2End.png'}
src={'/OpenL.png'}
width={100}
height="20"
className="w-full mb-1 h-5 object-contain"
alt="Ask2End - 打破砂锅问到底"
alt="OpenL - AI 翻译专家"
/>
打破砂锅问到底
AI 翻译专家
</Link>
</li>
<li>
<Link
href="https://better.avatarprompt.net/?ref=lawcnai"
href="https://www.teach-anything.com/?ref=lawcnai"
className="dark:bg-white/30
dark:border-slate-900
dark:text-slate-900 text-slate-400 border border-slate-300/30 transition-all hover:bg-white/50 hover:backdrop-blur-md py-2.5 rounded-md block"
>
<Image
src={'/BetterPrompt.png'}
src={'/TeachAnything.png'}
width={100}
height="20"
className="w-full mb-1 h-5 object-contain"
alt="Teach Anything - AI 百科全书"
/>
Prompt 生成器
AI 百科全书
</Link>
</li>
<li>
<Link
href="https://openl.io/?ref=lawcnai"
href="https://ask2end.com/?ref=lawcnai"
className="dark:bg-white/30
dark:border-slate-900
dark:text-slate-900 text-slate-400 border border-slate-300/30 transition-all hover:bg-white/50 hover:backdrop-blur-md py-2.5 rounded-md block"
>
<Image
src={'/OpenL.png'}
src={'/Ask2End.png'}
width={100}
height="20"
className="w-full mb-1 h-5 object-contain"
alt="OpenL - AI 翻译专家"
alt="Ask2End - 打破砂锅问到底"
/>
AI 翻译专家
打破砂锅问到底
</Link>
</li>
<li>
<Link
href="https://better.avatarprompt.net/?ref=lawcnai"
className="dark:bg-white/30
dark:border-slate-900
dark:text-slate-900 text-slate-400 border border-slate-300/30 transition-all hover:bg-white/50 hover:backdrop-blur-md py-2.5 rounded-md block"
>
<Image
src={'/BetterPrompt.png'}
width={100}
height="20"
className="w-full mb-1 h-5 object-contain"
alt="Teach Anything - AI 百科全书"
/>
Prompt 生成器
</Link>
</li>

</ul>
</div>

Expand Down
Binary file modified public/Ask2End.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/BetterPrompt.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/MagickPen.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/OpenL.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/ReviewGPT.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/TeachAnything.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/android-chrome-192x192.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/android-chrome-512x512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/apple-touch-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon-16x16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon-32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit c7d65bd

@vercel
Copy link

@vercel vercel bot commented on c7d65bd Jun 23, 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.