This commit is contained in:
2025-10-05 16:23:19 +08:00
parent 20a0357437
commit 3357d61170
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -42,3 +42,4 @@ next-env.d.ts
deploy.sh
learn-languages.tar.gz
src/app/test

View File

@@ -12,7 +12,7 @@ export default function Home() {
if (!reqEnabled) return;
setReqEnabled(false);
respref.current!.innerText = '正在生成国际音标IPA,请稍等~';
respref.current!.innerText = '生成国际音标,请稍等~';
let timer: NodeJS.Timeout;
(() => {
let count = 0;