-
Notifications
You must be signed in to change notification settings - Fork 712
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: support user to enter multiple keys
- Loading branch information
Showing
3 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
export default () => { | ||
return ( | ||
<section className="bg-white dark:bg-gray-900"> | ||
<div className="mx-auto max-w-screen-xl py-8 px-4 lg:py-16 lg:px-6"> | ||
<div className="mx-auto max-w-screen-sm text-center"> | ||
<h1 className="text-primary-600 dark:text-primary-500 mb-4 text-7xl font-extrabold tracking-tight lg:text-9xl"> | ||
404 | ||
</h1> | ||
<p className="mb-4 text-3xl font-bold tracking-tight text-gray-900 dark:text-white md:text-4xl"> | ||
Something's missing. | ||
</p> | ||
<p className="mb-4 text-lg font-light text-gray-500 dark:text-gray-400"> | ||
Sorry, we can't find that page. You'll find lots to explore on the | ||
home page.{" "} | ||
</p> | ||
<a | ||
href="#" | ||
className="bg-primary-600 hover:bg-primary-800 focus:ring-primary-300 dark:focus:ring-primary-900 my-4 inline-flex rounded-lg px-5 py-2.5 text-center text-sm font-medium focus:outline-none focus:ring-4" | ||
> | ||
Back to Homepage | ||
</a> | ||
</div> | ||
</div> | ||
</section> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e43c0ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
chat-bilibili-video – ./
chat-bilibili-video-git-main-jimmylv.vercel.app
chat-bilibili-video-jimmylv.vercel.app
chat-bilibili-video.vercel.app
bilibili.jimmylv.cn
b.jimmylv.cn
www.bilibili.jimmylv.cn
m.bilibili.jimmylv.cn