From 7ece2eade39ab16efd4c3b8c59d6cd5c6cd6e672 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 18 Mar 2024 07:40:15 -0700 Subject: feat(hayai): add usage information --- src/lib/Tools/Hayai.svelte | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/lib/Tools') diff --git a/src/lib/Tools/Hayai.svelte b/src/lib/Tools/Hayai.svelte index 02fc0bea..f1eddb1c 100644 --- a/src/lib/Tools/Hayai.svelte +++ b/src/lib/Tools/Hayai.svelte @@ -80,7 +80,7 @@
- {@html applyBionicReadingToString('Upload an EPUB, receive a "bionic" EPUB.')} + {@html applyBionicReadingToString('Upload an EPUB; receive a "bionic" EPUB.')}
@@ -92,5 +92,11 @@

+ {@html applyBionicReadingToString( + `After selecting an EPUB file, 早い will apply a bionic reading filter over any and all words, and return the newly created "bionic" EPUB file.` + )} + +

+

-- cgit v1.2.3