We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc6b8a commit 721b224Copy full SHA for 721b224
src/components/site/Platform.tsx
@@ -210,6 +210,21 @@ export const PlatformsSyncMap: {
210
name: "Roblox",
211
icon: "${iconCDN}/roblox",
212
url: "https://www.roblox.com/users/{username}",
213
+ },
214
+ niconico: {
215
+ name: "NicoNico",
216
+ icon: "${iconCDN}/niconico",
217
+ url: "https://www.nicovideo.jp/user/{username}",
218
219
+ "netease cloud music": {
220
+ name: "Netease Cloud Music",
221
+ icon: "${iconCDN}/neteasecloudmusic",
222
+ url: "https://music.163.com/#/user/home?id={username}",
223
224
+ "netease cloud music artist": {
225
+ name: "Netease Cloud Music Artist",
226
227
+ url: "https://music.163.com/#/artist?id={username}",
228
},
229
follow: {
230
name: "Follow",
0 commit comments