add ipa reader

This commit is contained in:
2025-09-30 17:00:16 +08:00
parent e846616832
commit 766694c1a3
9 changed files with 307 additions and 17 deletions

View File

@@ -16,6 +16,7 @@ export default function Home() {
<div className="LinkList flex flex-wrap sm:flex-row">
<MyLink href="/srt-player" label="srt-player"></MyLink>
<MyLink href="/word-board" label="word-board"></MyLink>
<MyLink href="/ipa-reader" label="ipa-reader"></MyLink>
<MyLink href={'/changelog.txt'} label="changelog"></MyLink>
</div>
</div>