Skip to content

Commit

Permalink
chore: update gpts
Browse files Browse the repository at this point in the history
  • Loading branch information
lencx committed Nov 11, 2023
1 parent 2c21222 commit f5e1cb1
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 6 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
> **Note:**\
> Please exercise caution when using data obtained from the internet. Ensure the protection of your personal information to avoid falling prey to scams.
Website: [gpthub.nofwl.com](https://gpthub.nofwl.com)
Try GPT: **[FindGPT](https://chat.openai.com/g/g-e2bIguMqf-findgpt)**

![GPTHub Light Mode](assets/4.png)
![GPTHub Dark Mode](assets/5.png)

## Features

Expand All @@ -20,7 +25,7 @@
- Continuous and uninterrupted updates
- ...

## Preview
## Website Preview

![GPTHub Light Mode](assets/1.png)
![GPTHub Dark Mode](assets/2.png)
Expand Down
Binary file added assets/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion gpthub.json

Large diffs are not rendered by default.

Binary file added public/findgpt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 19 additions & 4 deletions src/layouts/base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,32 @@ export default function BaseLayout() {
onClick={() => navigate('/')}
/>
<div className="flex items-center gap-3">
<label className="swap swap-rotate w-[30px] h-[30px] cursor-default rounded">
<label className="swap swap-rotate w-[22px] h-[22px] cursor-default rounded">
<input type="checkbox" checked={isDark} onChange={handleTheme} />
<SunIcon className="swap-off" size={30} />
<MoonIcon className="swap-on" size={30} />
<SunIcon className="swap-off" size={22} />
<MoonIcon className="swap-on" size={22} />
</label>
<a
href="https://github.com/lencx/gpthub"
target="_blank"
rel="noopener noreferrer"
className="flex w-[30px] h-[30px]"
title="GitHub"
>
<GitHubIcon size={40} />
<GitHubIcon size={30} />
</a>
<a
href="https://chat.openai.com/g/g-e2bIguMqf-findgpt"
target="_blank"
rel="noopener noreferrer"
className="flex w-[28px] h-[28px] border border-slate-300 rounded-full"
title="FindGPT by lencx"
>
<img
alt="FindGPT"
className="select-none rounded-full" src="/findgpt.png"
onClick={() => navigate('/')}
/>
</a>
<a href="https://www.producthunt.com/posts/gpthub?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-gpthub" target="_blank">
<img
Expand Down

0 comments on commit f5e1cb1

Please sign in to comment.