From ad66cc1ffcd9a3edc7a0c68a72adcc987ea0b3ee Mon Sep 17 00:00:00 2001 From: Guihong Wang Date: Fri, 4 Jul 2025 12:45:18 +0800 Subject: [PATCH] Update Platform.tsx --- 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 3e3ef68c7..4c5862e17 100644 --- a/src/components/site/Platform.tsx +++ b/src/components/site/Platform.tsx @@ -230,6 +230,11 @@ export const PlatformsSyncMap: { name: "SteamDB", icon: `${iconCDN}/steamdb`, url: "https://steamdb.info/calculator/{username}", + }, + "archive.org": { + name: "Internet Archive", + icon: `${iconCDN}/internetarchive`, + url: "https://archive.org/details/@{username}", }, follow: { name: "Follow",