Skip to content

Commit

Permalink
fix: add description for videos
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 9, 2023
1 parent 09528f3 commit 824a85b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pages/user/videos.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Sidebar } from "~/components/sidebar";
import BilibiliEmbedRenderer from 'react-bilibili-embed-renderer'
import BilibiliEmbedRenderer from "react-bilibili-embed-renderer";
export default () => {
return (
<>
Expand All @@ -9,20 +9,22 @@ export default () => {
<div className="mb-4 grid grid-cols-3 gap-4">
<div className="flex h-24 items-center justify-center rounded bg-gray-50 dark:bg-gray-800">
<div className="text-2xl text-gray-400 dark:text-gray-500">
<BilibiliEmbedRenderer width={300} aid="483168578"/>
<BilibiliEmbedRenderer width={300} aid="483168578" />
</div>
</div>
<div className="flex h-24 items-center justify-center rounded bg-gray-50 dark:bg-gray-800">
<div className="text-2xl text-gray-400 dark:text-gray-500">
<BilibiliEmbedRenderer width={300} aid="352747000"/>
<BilibiliEmbedRenderer width={300} aid="352747000" />
</div>
</div>
<div className="flex h-24 items-center justify-center rounded bg-gray-50 dark:bg-gray-800">
<p className="text-2xl text-gray-400 dark:text-gray-500">+</p>
</div>
</div>
<div className="mb-4 flex h-48 items-center justify-center rounded bg-gray-50 dark:bg-gray-800">
<p className="text-2xl text-gray-400 dark:text-gray-500">+</p>
<p className="text-2xl text-gray-400 dark:text-gray-500">
💺 虚伪以待,Coming Soon!
</p>
</div>
<div className="mb-4 grid grid-cols-2 gap-4">
<div className="flex h-28 items-center justify-center rounded bg-gray-50 dark:bg-gray-800">
Expand Down

1 comment on commit 824a85b

@vercel
Copy link

@vercel vercel bot commented on 824a85b Mar 9, 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.