chore: add some game platform to platform (#2187)

This commit is contained in:
Guihong Wang 2024-11-01 20:54:10 +08:00 committed by GitHub
parent 88771f3e4d
commit 2dc6b8a1b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

View File

@ -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",