[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

@@ -12,11 +12,15 @@ export type TConfig = {
SocialLinks: {
twitter?: string;
bilibili?: string;
reddit?: string;
facebook?: string;
instagram?: string;
github?: string;
mastodon?: string;
linkedin?: string;
youtube?: string;
telegram?: string;
email: string;
};