Skip to content

Commit

Permalink
Update Platform.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
GuihongWang authored Nov 1, 2024
1 parent 2dc6b8a commit 2a61d8c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/components/site/Platform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,21 @@ export const PlatformsSyncMap: {
name: "Roblox",
icon: "${iconCDN}/roblox",
url: "https://www.roblox.com/users/{username}",
},
niconico: {
name: "NicoNico",
icon: "${iconCDN}/niconico",
url: "https://www.nicovideo.jp/user/{username}",
},
"netease cloud music": {
name: "Netease Cloud Music",
icon: "${iconCDN}/neteasecloudmusic",
url: "https://music.163.com/#/user/home?id={username}",
},
"netease cloud music artist": {
name: "Netease Cloud Music Artist",
icon: "${iconCDN}/neteasecloudmusic",
url: "https://music.163.com/#/artist?id={username}",
},
follow: {
name: "Follow",
Expand Down

0 comments on commit 2a61d8c

Please sign in to comment.