diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-11-21 15:47:23 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-11-21 15:47:23 -0800 |
| commit | 2a04fccade7d0deedcb1f2caa58fc94c4fae2cde (patch) | |
| tree | 4566ad736d5e2c094f7a290b22e65024a0bb0424 | |
| parent | e5c36899f2f42ed04ab85747ee80b622f2db0c55 (diff) | |
add moekyun karaoke
| -rw-r--r-- | src/data/user.json | 62 |
1 files changed, 34 insertions, 28 deletions
diff --git a/src/data/user.json b/src/data/user.json index ed4ea32..e42d503 100644 --- a/src/data/user.json +++ b/src/data/user.json @@ -1,30 +1,36 @@ { - "name": "moekyun.me", - "profession": "providing only the most moe of web services", - "links": [ - { - "url": "https://patchwork.moekyun.me", - "icon": "video-line", - "title": "Patchwork Archive", - "description": "An ongoing archival effort of songs and covers created by VTubers Preserving rhythm, one video at a time" - }, - { - "url": "https://patchwork.moekyun.me", - "icon": "music-2-line", - "title": "Patchwork Radio", - "description": "A (usually) 24/7 internet radio stream of VTubers songs and covers, forever free and without Ads" - }, - { - "url": "https://link.moekyun.me", - "icon": "link", - "title": "Moekyun Link Shortener", - "description": "Make your links a whole lot cuter (and more fun)" - }, - { - "url": "https://github.com/pinapelz/vtuber-captcha", - "icon": "robot-line", - "title": "VTuber Captcha", - "description": "A bring your own user interface CAPTCHA service to test if users are true VTuber fans" - } - ] + "name": "moekyun.me", + "profession": "providing only the most moe of web services", + "links": [ + { + "url": "https://patchwork.moekyun.me", + "icon": "video-line", + "title": "Patchwork Archive", + "description": "An ongoing archival effort of songs and covers created by VTubers Preserving rhythm, one video at a time" + }, + { + "url": "https://patchwork.moekyun.me", + "icon": "music-2-line", + "title": "Patchwork Radio", + "description": "A (usually) 24/7 internet radio stream of VTubers songs and covers, forever free and without Ads" + }, + { + "url": "https://link.moekyun.me", + "icon": "link", + "title": "Moekyun Link Shortener", + "description": "Make your links a whole lot cuter (and more fun)" + }, + { + "url": "https://karaoke.moekyun.me", + "icon": "mic-line", + "title": "Moekyun Karaoke", + "description": "A karaoke player that can play back lyric (LRC) files in sync with video and backing audio. Also supports YouTube Timed Text. More to come!" + }, + { + "url": "https://github.com/pinapelz/vtuber-captcha", + "icon": "robot-line", + "title": "VTuber Captcha", + "description": "A bring your own user interface CAPTCHA service to test if users are true VTuber fans" + } + ] } |
