From 34e2d72d636a00f6765b79cc45e8e4c1f16df234 Mon Sep 17 00:00:00 2001 From: Guihong Wang Date: Fri, 1 Nov 2024 19:32:04 +0800 Subject: [PATCH] Update Platform.tsx --- src/components/site/Platform.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/components/site/Platform.tsx b/src/components/site/Platform.tsx index 29884f3b04..378620c9b4 100644 --- a/src/components/site/Platform.tsx +++ b/src/components/site/Platform.tsx @@ -196,6 +196,20 @@ export const PlatformsSyncMap: { name: "BlueSky", icon: "${iconCDN}/bluesky", url: "https://bsky.app/profile/{username}", + }, + xbox: { + name: "Xbox", + url: "https://www.xbox.com/play/user/{username}", + }, + namemc: { + name: "NameMC", + icon: "${iconCDN}/namemc", + url: "https://namemc.com/profile/{username}.1", + }, + roblox: { + name: "Roblox", + icon: "${iconCDN}/roblox", + url: "https://www.roblox.com/users/{username}", }, follow: { name: "Follow",