feat: new tooltip

This commit is contained in:
hamster1963
2024-12-07 21:05:02 +08:00
parent 7d61b66762
commit 67124921a6
12 changed files with 187 additions and 64 deletions

View File

@@ -243,7 +243,12 @@ export default function Servers() {
setCurrentTab={setCurrentGroup}
/>
</section>
{showMap === "1" && <GlobalMap serverList={nezhaWsData?.servers || []} />}
{showMap === "1" && (
<GlobalMap
now={nezhaWsData.now}
serverList={nezhaWsData?.servers || []}
/>
)}
{showServices === "1" && <ServiceTracker />}
{inline === "1" && (
<section className="flex flex-col gap-2 overflow-x-scroll scrollbar-hidden mt-6">