From 2a04fccade7d0deedcb1f2caa58fc94c4fae2cde Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 21 Nov 2024 15:47:23 -0800 Subject: add moekyun karaoke --- src/data/user.json | 62 ++++++++++++++++++++++++++++++------------------------ 1 file 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" + } + ] } -- cgit v1.2.3