[update] add more platform social IDs

This commit is contained in:
PrinOrange
2024-08-16 11:33:24 +08:00
parent 85a7134e85
commit 131a29b539
4 changed files with 50 additions and 6 deletions

View File

@@ -23,10 +23,16 @@ export const Config: TConfig = {
SocialLinks: {
twitter: "example", // Twitter ID
instagram: "example", // Instagram ID
linkedin: "example", // Linkedin ID
github: "example", // Github ID
facebook: "example", // Facebook ID
linkedin: "example", // Linkedin ID
mastodon: "https://mas.to/@example", // Mastodon link
// Add more platform IDs here.
// youtube: "example", // Channel ID
// reddit:"example", // Reddit ID
// bilibili:"123456", // Bilibili Number ID
// telegram: "example", // Telegram ID
// mastodon: "https://mas.to/@example", // Mastodon link
email: "me@example.com", // Email address, required.
},