@@ -194,7 +194,7 @@ export const PlatformsSyncMap: {
194
194
} ,
195
195
bluesky : {
196
196
name : "BlueSky" ,
197
- icon : " ${iconCDN}/bluesky" ,
197
+ icon : ` ${ iconCDN } /bluesky` ,
198
198
url : "https://bsky.app/profile/{username}" ,
199
199
} ,
200
200
xbox : {
@@ -203,32 +203,32 @@ export const PlatformsSyncMap: {
203
203
} ,
204
204
namemc : {
205
205
name : "NameMC" ,
206
- icon : " ${iconCDN}/namemc" ,
206
+ icon : ` ${ iconCDN } /namemc` ,
207
207
url : "https://namemc.com/profile/{username}.1" ,
208
208
} ,
209
209
roblox : {
210
210
name : "Roblox" ,
211
- icon : " ${iconCDN}/roblox" ,
211
+ icon : ` ${ iconCDN } /roblox` ,
212
212
url : "https://www.roblox.com/users/{username}" ,
213
213
} ,
214
214
niconico : {
215
215
name : "NicoNico" ,
216
- icon : " ${iconCDN}/niconico" ,
216
+ icon : ` ${ iconCDN } /niconico` ,
217
217
url : "https://www.nicovideo.jp/user/{username}" ,
218
218
} ,
219
219
"netease cloud music" : {
220
220
name : "Netease Cloud Music" ,
221
- icon : " ${iconCDN}/neteasecloudmusic" ,
221
+ icon : ` ${ iconCDN } /neteasecloudmusic` ,
222
222
url : "https://music.163.com/#/user/home?id={username}" ,
223
223
} ,
224
224
"netease cloud music artist" : {
225
225
name : "Netease Cloud Music Artist" ,
226
- icon : " ${iconCDN}/neteasecloudmusic" ,
226
+ icon : ` ${ iconCDN } /neteasecloudmusic` ,
227
227
url : "https://music.163.com/#/artist?id={username}" ,
228
228
} ,
229
229
"steamdb" : {
230
230
name : "SteamDB" ,
231
- icon : " ${iconCDN}/steamdb" ,
231
+ icon : ` ${ iconCDN } /steamdb` ,
232
232
url : "https://steamdb.info/calculator/{username}" ,
233
233
} ,
234
234
follow : {
0 commit comments