[O] Rename project

This commit is contained in:
2025-11-22 22:13:33 +08:00
parent 42786d98d7
commit 6ed7a29c6c
3 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -1,6 +1,6 @@
# KashiDash (IPR) # KaraDash (IPR)
Practice Japanese Karaoke lyrics reading and typing at the same time with KashiDash! Practice Japanese Karaoke lyrics reading and typing at the same time with KaraDash!
在这里可以同时练习日语卡拉 OK 歌词阅读速度和打字速度! 在这里可以同时练习日语卡拉 OK 歌词阅读速度和打字速度!
@@ -31,3 +31,5 @@ Practice Japanese Karaoke lyrics reading and typing at the same time with KashiD
* [ ] Update an existing playlist * [ ] Update an existing playlist
* [ ] Allow users to correct lyric pronunciations through correction feedback * [ ] Allow users to correct lyric pronunciations through correction feedback
* [ ] Correct lyrics timing inconsistencies (i.e. 网易云的歌词因为是业余用户上传的,时间戳不一定准确。但是 waveform 里面可以分析出每句歌词的具体开始结束时间,也许可以自动修正) * [ ] Correct lyrics timing inconsistencies (i.e. 网易云的歌词因为是业余用户上传的,时间戳不一定准确。但是 waveform 里面可以分析出每句歌词的具体开始结束时间,也许可以自动修正)
+1 -1
View File
@@ -3,7 +3,7 @@
"configVersion": 1, "configVersion": 1,
"workspaces": { "workspaces": {
"": { "": {
"name": "kashi-dash", "name": "karadash",
"dependencies": { "dependencies": {
"@fontsource/roboto": "^5.2.8", "@fontsource/roboto": "^5.2.8",
"@iconify-json/material-symbols": "^1.2.46", "@iconify-json/material-symbols": "^1.2.46",
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "kashi-dash", "name": "karadash",
"private": true, "private": true,
"version": "0.0.1", "version": "0.0.1",
"type": "module", "type": "module",