chore: add some game platform to platform (#2187)
This commit is contained in:
parent
88771f3e4d
commit
2dc6b8a1b8
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue