Skip to content

Commit

Permalink
chore: add steamdb profile platform (#2189)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuihongWang authored Nov 8, 2024
1 parent 721b224 commit a0ff7f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/site/Platform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a0ff7f0

Please sign in to comment.