From a0ff7f0ba90ec86f8b38645b4cdeb02b2b81650a Mon Sep 17 00:00:00 2001 From: Guihong Wang Date: Fri, 8 Nov 2024 11:50:26 +0800 Subject: [PATCH] chore: add steamdb profile platform (#2189) --- src/components/site/Platform.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/site/Platform.tsx b/src/components/site/Platform.tsx index 91a91ca149..e674037904 100644 --- a/src/components/site/Platform.tsx +++ b/src/components/site/Platform.tsx @@ -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",