feat: 增加陌陌入口
This commit is contained in:
parent
eeaa7a7044
commit
2224af6bb0
@ -41,8 +41,12 @@ export default async function RootLayout({
|
||||
<Link href="/songs" className="mr-5 hover:text-gray-900">
|
||||
歌词曲库
|
||||
</Link>
|
||||
<Link target="_blank" href="https://tachy.daoyoucloud.com/apps/danmu-sim/admin/9nzr816par6" className="mr-5 hover:text-gray-900">
|
||||
直播间列表
|
||||
<Link
|
||||
target="_blank"
|
||||
href="https://tachy.daoyoucloud.com/apps/danmu-sim/admin/9nzr816par6"
|
||||
className="mr-5 hover:text-gray-900"
|
||||
>
|
||||
直播列表
|
||||
</Link>
|
||||
<Link href="/danmu" className="mr-5 hover:text-gray-900">
|
||||
弹幕 AI
|
||||
@ -52,6 +56,13 @@ export default async function RootLayout({
|
||||
</Link>
|
||||
</nav>
|
||||
<div className="join">
|
||||
<Link
|
||||
href="https://web.immomo.com/"
|
||||
target="_blank"
|
||||
className="btn join-item"
|
||||
>
|
||||
陌陌直播
|
||||
</Link>
|
||||
<AdminButton className="btn join-item" />
|
||||
<TokenButton className="btn join-item" token={token} />
|
||||
<SignoutButton className="btn join-item" />
|
||||
|
@ -21,7 +21,7 @@ export default async function Home() {
|
||||
href="/danmu"
|
||||
className="inline-flex text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded text-lg"
|
||||
>
|
||||
弹幕测试
|
||||
弹幕 AI
|
||||
</Link>
|
||||
<Link href="/songs" className="ml-4 inline-flex text-gray-700 bg-gray-100 border-0 py-2 px-6 focus:outline-none hover:bg-gray-200 rounded text-lg">
|
||||
歌词曲库
|
||||
|
Loading…
Reference in New Issue
Block a user