mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-02-06 13:40:09 +00:00
update: init
This commit is contained in:
22
src/pages/Server.tsx
Normal file
22
src/pages/Server.tsx
Normal file
@@ -0,0 +1,22 @@
|
||||
export default function Servers() {
|
||||
return (
|
||||
<div className="mx-auto w-full max-w-5xl px-4 lg:px-0">
|
||||
<div className="flex justify-between mb-4 mt-4 items-center">
|
||||
<section className="flex flex-col gap-2">
|
||||
<h2 className="mt-0 scroll-m-20 text-3xl font-semibold tracking-tight transition-colors">
|
||||
服务器
|
||||
</h2>
|
||||
<p className="text-sm font-medium">
|
||||
你可以在这里查看和管理全部的服务器。
|
||||
<a
|
||||
href="#"
|
||||
className="font-medium text-primary underline underline-offset-4"
|
||||
>
|
||||
了解更多↗
|
||||
</a>
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user