From 539c82b1a9f9487573301e83a6b3dc2e3860b3de Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Sun, 23 Nov 2025 20:00:31 +0800 Subject: [PATCH] [M] Rename project --- README.md | 4 ++-- bun.lock | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 815c2cb..ddda384 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# KaraDash (IPR) +# 甘オケ / amaoke.app -Practice Japanese Karaoke lyrics reading and typing at the same time with KaraDash! +Practice Japanese Karaoke lyrics reading and typing at the same time with amaoke.app! 在这里可以同时练习日语卡拉 OK 歌词阅读速度和打字速度! diff --git a/bun.lock b/bun.lock index 29f9ff3..629e6d5 100644 --- a/bun.lock +++ b/bun.lock @@ -3,7 +3,7 @@ "configVersion": 1, "workspaces": { "": { - "name": "karadash", + "name": "amaoke", "dependencies": { "@fontsource/roboto": "^5.2.8", "@iconify-json/material-symbols": "^1.2.46", diff --git a/package.json b/package.json index bf3196c..fcf7b7e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "karadash", + "name": "amaoke", "private": true, "version": "0.0.1", "type": "module",