chore: add steamdb profile platform (#2189)
This commit is contained in:
parent
721b2249d7
commit
a0ff7f0ba9
|
|
@ -226,6 +226,11 @@ export const PlatformsSyncMap: {
|
|||
icon: "${iconCDN}/neteasecloudmusic",
|
||||
url: "https://music.163.com/#/artist?id={username}",
|
||||
},
|
||||
"steamdb": {
|
||||
name: "SteamDB",
|
||||
icon: "${iconCDN}/steamdb",
|
||||
url: "https://steamdb.info/calculator/{username}",
|
||||
},
|
||||
follow: {
|
||||
name: "Follow",
|
||||
icon: "/assets/social/follow.svg",
|
||||
|
|
|
|||
Loading…
Reference in New Issue