Skip to content

Commit

Permalink
chore: add some entertainment platform (#2188)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuihongWang authored Nov 2, 2024
1 parent 2dc6b8a commit 721b224
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 721b224

Please sign in to comment.